Skip to content

Commit

Permalink
Readd portable Electrum for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar committed Jul 28, 2024
1 parent 4a4816f commit 50606c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
DASH_ELECTRUM_VERSION: ${{ steps.set_vars.outputs.pkg_ver }}
run: |
./contrib/dash/actions/script-wine.sh
- name: Rename portable bin
run: mv dist/portable-electrum-firo-${{ steps.set_vars.outputs.pkg_ver }}.exe dist/Firo-Electrum-${{ steps.set_vars.outputs.pkg_ver }}-portable.exe
- name: Upload Artifact
if: success()
uses: actions/upload-artifact@v4
Expand All @@ -77,6 +79,7 @@ jobs:
path: |
dist/Firo-Electrum-${{ steps.set_vars.outputs.pkg_ver }}-setup-win64.exe
dist/Firo-Electrum-${{ steps.set_vars.outputs.pkg_ver }}-setup-win32.exe
dist/Firo-Electrum-${{ steps.set_vars.outputs.pkg_ver }}-portable.exe
build_osx:
runs-on: macos-12
Expand Down

0 comments on commit 50606c6

Please sign in to comment.