Skip to content

Commit

Permalink
Merge pull request #8 from Alexandrress/develop
Browse files Browse the repository at this point in the history
fix: changed zip name to differentiate from targetPlatform
  • Loading branch information
Alexandrress authored Oct 10, 2021
2 parents 3fd2f4b + dc10de1 commit bc981af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Zip build
run: |
pushd build/StandaloneWindows64
zip -r ../../StandaloneWindows64.zip .
zip -r ../../ZIP_NAME.zip .
popd
- name: Release
uses: softprops/action-gh-release@v1
with:
files: StandaloneWindows64.zip
files: ZIP_NAME.zip
name: Release ${{ github.ref }}

0 comments on commit bc981af

Please sign in to comment.