mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Actions: fix path
This commit is contained in:
parent
780e8a46e0
commit
6f19c108ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue