Actions: fix path

This commit is contained in:
tobtoht 2022-05-23 19:55:19 +02:00
parent 780e8a46e0
commit 6f19c108ef
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 2 additions and 2 deletions

View 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
path: build/bin/feather.tar