Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Mar 31, 2024
1 parent 19ce43f commit d5c4e98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
if: matrix.os =='ubuntu-20.04'
uses: actions/upload-artifact@v4
with:
name: DeadbrainWallet-${{ github.ref_name }}-x86_64.AppImage
path: deploy/linux/build/DeadbrainWallet/DeadbrainWallet-${{ github.ref_name }}-x86_64.AppImage
# name: DeadbrainWallet-${{ github.ref_name }}-x86_64.AppImage
# path: deploy/linux/build/DeadbrainWallet/DeadbrainWallet-${{ github.ref_name }}-x86_64.AppImage
name: DeadbrainWallet-v0.0.0-x86_64.AppImage
path: deploy/linux/build/DeadbrainWallet/DeadbrainWallet-v0.0.0-x86_64.AppImage
- name: Upload artefact
if: matrix.os =='windows-latest'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d5c4e98

Please sign in to comment.