Skip to content

Commit

Permalink
upload release for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Mar 31, 2024
1 parent 4cd72d9 commit 19ce43f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,19 @@ jobs:
npm run package
env:
# VERSION: ${{ github.ref_name }}
VERSION: 0.0.0
VERSION: v0.0.0
- name: Upload artefact
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: Upload artefact
if: matrix.os =='windows-latest'
uses: actions/upload-artifact@v4
with:
name: DeadbrainWallet-v0.0.0
path: deploy\win32\build\DeadbrainWallet

release:
name: Create release with assets
Expand Down

0 comments on commit 19ce43f

Please sign in to comment.