We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721c175 commit e02256eCopy full SHA for e02256e
.github/workflows/build-release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Zip Folder
21
run: |
22
rm -rf release.zip
23
- zip -r release.zip d3bot -x ".git/*" ".github/*" ".vscode/*" ".gitignore" ".gitmodules" "go.mod" "go.sum" "tools/*"
+ zip -r release.zip d3bot -x "d3bot/.git*" "d3bot/.github*" "d3bot/.vscode*" "d3bot/.*" "d3bot/.gitmodules" "d3bot/go.mod" "d3bot/go.sum" "d3bot/tools/*" "d3bot/libgmod"
24
25
- name: Upload binary to release
26
uses: svenstaro/upload-release-action@v2
0 commit comments