We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fd2f4b + dc10de1 commit bc981afCopy full SHA for bc981af
1 file changed
.github/workflows/build.yml
@@ -45,10 +45,10 @@ jobs:
45
- name: Zip build
46
run: |
47
pushd build/StandaloneWindows64
48
- zip -r ../../StandaloneWindows64.zip .
+ zip -r ../../ZIP_NAME.zip .
49
popd
50
- name: Release
51
uses: softprops/action-gh-release@v1
52
with:
53
- files: StandaloneWindows64.zip
+ files: ZIP_NAME.zip
54
name: Release ${{ github.ref }}
0 commit comments