Skip to content

Commit

Permalink
absolute 7z path
Browse files Browse the repository at this point in the history
  • Loading branch information
schetle committed Apr 4, 2024
1 parent a863654 commit 1863888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ jobs:
- name: Archive Windows
if: inputs.BUILD_WINDOWS == true
run: |
7z.exe a -t7z -mx=9 ${{github.workspace}}/RiveGame/Windows.7z ${{github.workspace}}/RiveGame/Output/Windows/*
C:/"Program Files"/7-Zip/7z.exe a -t7z -mx=9 ${{github.workspace}}/RiveGame/Windows.7z ${{github.workspace}}/RiveGame/Output/Windows/*
- name: Archive Android
if: inputs.BUILD_ANDROID == true
run: |
7z.exe a -t7z -mx=9 ${{github.workspace}}/RiveGame/Android.7z ${{github.workspace}}/RiveGame/Output/Android/*
C:/"Program Files"/7-Zip/7z.exe a -t7z -mx=9 ${{github.workspace}}/RiveGame/Android.7z ${{github.workspace}}/RiveGame/Output/Android/*

- name: Upload Windows Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1863888

Please sign in to comment.