Skip to content

Commit

Permalink
update create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jul 20, 2024
1 parent 436a0b0 commit 137171d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- name: Download artefact (win32)
uses: actions/download-artifact@v4
with:
name: DeadbrainWallet-${{ github.ref_name }}.zip
name: DeadbrainWallet_setup.exe
- run: ls
- name: Create release
uses: softprops/action-gh-release@v2
with:
name: Release ${{ github.ref_name }}
files: |
DeadbrainWallet-${{ github.ref_name }}-x86_64.AppImage
DeadbrainWallet-${{ github.ref_name }}.zip
DeadbrainWallet_setup.exe
draft: true
generate_release_notes: true

0 comments on commit 137171d

Please sign in to comment.