Modify zip commands in release workflow to include files in the folder with the wildcard
Update zip commands to include all files in the directories.
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -88,8 +88,8 @@ jobs:
|
||||
cd $(git rev-parse --show-toplevel)
|
||||
pwd
|
||||
cd release/
|
||||
zip linux.zip linux/
|
||||
zip windows.zip windows/
|
||||
zip linux.zip linux/*
|
||||
zip windows.zip windows/*
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
Reference in New Issue
Block a user