Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jul 20, 2024
1 parent 0bc08d0 commit 8d77eb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ jobs:
# - name: Create archive (zip)
# if: matrix.os =='windows-latest'
# run: 7z a DeadbrainWallet-${{ github.ref_name }}.zip deploy\win32\build\DeadbrainWallet
- name: Create archive (zip)
- name: Create installer (makensis)
if: matrix.os =='windows-latest'
run: makensis /DTAG=$TAG deadbrainwallet.nsi
env:
TAG: ${{ github.ref_name }}
run: makensis /DTAG=${{ github.ref_name }} deadbrainwallet.nsi
- name: Upload artefact
if: matrix.os =='windows-latest'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8d77eb1

Please sign in to comment.