]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Actions: fix path
authortobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 17:55:19 +0000 (19:55 +0200)
committertobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 17:55:19 +0000 (19:55 +0200)
.github/workflows/build.yml

index d2db512e6f61e77598452047f259f45a527fd734..ed27388fe3ae12f2a74e4c191861ccc9f9e107f8 100644 (file)
@@ -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