Skip to content

Commit

Permalink
Fix build-release.yml, probably
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Aug 26, 2023
1 parent 721c175 commit e02256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Zip Folder
run: |
rm -rf release.zip
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"
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit e02256e

Please sign in to comment.