From a962f73ac1c08d26ce74ba6e998459f73d7257ce Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Fri, 9 Sep 2022 15:18:55 -0700 Subject: [PATCH] Fix mac CI path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d8f1faa..a94ef0b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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