This commit is contained in:
Ryzerth
2021-11-16 03:55:49 +01:00
parent b81d0c47cf
commit 1bbb1eea0e
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ jobs:
- name: Create Archive
working-directory: ${{runner.workspace}}
run: sh $GITHUB_WORKSPACE/make_macos_dotapp.sh ${{runner.workspace}}/build ./SDR++.app && zip -r sdrpp_macos_intel.zip SDR++.app
run: cd $GITHUB_WORKSPACE && sh make_macos_dotapp.sh ${{runner.workspace}}/build ./SDR++.app && zip -r ${{runner.workspace}}/sdrpp_macos_intel.zip SDR++.app
- name: Save Archive
uses: actions/upload-artifact@v2