From 6f19c108ef52a928a36539f4cbfb5c53cd9e4a70 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 23 May 2022 19:55:19 +0200 Subject: [PATCH] Actions: fix path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2db512..ed27388 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