Skip to content

Commit

Permalink
Fix mac CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Sep 9, 2022
1 parent de7a28b commit a962f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
xcodebuild -toolchain clang -configuration Release -target TreeSheets -scheme TreeSheets -derivedDataPath build
chmod +x build/Build/Products/Release/TreeSheets.app/Contents/MacOS/TreeSheets
rm -rf build/Build/Products/Release/TreeSheets.app.dSYM
zip -r mac_treesheets.zip osx/TreeSheets/build/Build/Products/Release
zip -r ../../mac_treesheets.zip build/Build/Products/Release
- name: upload build artifacts
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a962f73

Please sign in to comment.