Skip to content

Commit e02256e

Browse files
committed
Fix build-release.yml, probably
1 parent 721c175 commit e02256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Zip Folder
2121
run: |
2222
rm -rf release.zip
23-
zip -r release.zip d3bot -x ".git/*" ".github/*" ".vscode/*" ".gitignore" ".gitmodules" "go.mod" "go.sum" "tools/*"
23+
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"
2424
2525
- name: Upload binary to release
2626
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)