Skip to content

Commit bc981af

Browse files
authored
Merge pull request #8 from Alexandrress/develop
fix: changed zip name to differentiate from targetPlatform
2 parents 3fd2f4b + dc10de1 commit bc981af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
- name: Zip build
4646
run: |
4747
pushd build/StandaloneWindows64
48-
zip -r ../../StandaloneWindows64.zip .
48+
zip -r ../../ZIP_NAME.zip .
4949
popd
5050
- name: Release
5151
uses: softprops/action-gh-release@v1
5252
with:
53-
files: StandaloneWindows64.zip
53+
files: ZIP_NAME.zip
5454
name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)