mirror of
https://github.com/boldsuck/haveno.git
synced 2025-04-16 10:51:54 +00:00
Update release workflow
This commit is contained in:
parent
c3e2c332e6
commit
4655cd9273
2 changed files with 7 additions and 4 deletions
.github/workflows
2
.github/workflows/build-for-me.yml
vendored
2
.github/workflows/build-for-me.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
target_commitish: haveno-reto-dev
|
||||
# target_commitish: haveno-reto-dev
|
||||
files: |
|
||||
seednode/build/distributions/seednode.tar
|
||||
${{ github.workspace }}/haveno-linux-deb.zip
|
||||
|
|
9
.github/workflows/release-for-me.yml
vendored
9
.github/workflows/release-for-me.yml
vendored
|
@ -105,7 +105,10 @@ jobs:
|
|||
# target_commitish: haveno-reto-dev
|
||||
files: |
|
||||
seednode/build/distributions/seednode.tar
|
||||
${{ github.workspace }}/release-linux-deb/haveno-v${{ env.VERSION }}-linux-x86_64-installer.deb
|
||||
${{ github.workspace }}/desktop/build/temp-*/binaries/desktop-${{ env.VERSION }}-SNAPSHOT-all.jar.SHA-256
|
||||
${{ github.workspace }}/haveno-linux-deb.zip
|
||||
${{ github.workspace }}/release-linux-deb/*
|
||||
|
||||
# ${{ github.workspace }}/release-linux-deb/*
|
||||
|
||||
# ${{ github.workspace }}/release-linux-deb/haveno-v${{ env.VERSION }}-linux-x86_64-installer.deb
|
||||
# ${{ github.workspace }}/desktop/build/temp-*/binaries/desktop-${{ env.VERSION }}-SNAPSHOT-all.jar.SHA-256
|
||||
# ${{ github.workspace }} = /home/runner/work/haveno/haveno
|
||||
|
|
Loading…
Reference in a new issue