From: tobtoht Date: Mon, 23 May 2022 17:55:19 +0000 (+0200) Subject: Actions: fix path X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=6f19c108ef52a928a36539f4cbfb5c53cd9e4a70;p=gamesguru%2Ffeather.git Actions: fix path --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2db512e..ed27388f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,8 +92,8 @@ jobs: run: CMAKE_PREFIX_PATH=/usr/local/opt/qt@5/ make mac-release -j3 - name: create .tar run: tar -cf feather.tar feather.app - working-directory: build/release/bin + working-directory: build/bin - uses: actions/upload-artifact@v2 with: name: ${{ github.job }} - path: build/release/bin/feather.tar \ No newline at end of file + path: build/bin/feather.tar \ No newline at end of file