Skip to content

Commit

Permalink
Reworked pathing to put files in root of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Muppets committed Jan 19, 2020
1 parent 6a5cc8e commit d329ed3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ jobs:
projectPath: /HohimBrueh
unityVersion: 2019.2.11f1
targetPlatform: StandaloneWindows64
- run: sudo mv build/StandaloneWindows64-2019.2.11f1/StandaloneWindows64 build/StandaloneWindows64-2019.2.11f1/StandaloneWindows64.exe
- run: |
cd build/StandaloneWindows64-2019.2.11f1
sudo mv StandaloneWindows64 StandaloneWindows64.exe
zip -r ../../Windows64.zip *
- uses: actions/upload-artifact@v1
with:
name: Windows64
path: build/StandaloneWindows64-2019.2.11f1
- run: zip -r Windows64.zip build/StandaloneWindows64-2019.2.11f1
- uses: JasonEtco/upload-to-release@master
with:
args: Windows64.zip application/zip
Expand Down

0 comments on commit d329ed3

Please sign in to comment.