mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 05:13:29 +01:00
2025 01 16 Upgrade download/upload artifact to v4 (#5864)
* ci: Upgrade to upload-artifact@v4 * ci: Upgrade to download-artifact@v4 * ci: Remove feature branch from release.yml
This commit is contained in:
parent
09d7f7a7aa
commit
e55e832932
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
# shell: bash
|
# shell: bash
|
||||||
# run: sbt "appServer / Universal / stage; appServer / Universal / packageBin"
|
# run: sbt "appServer / Universal / stage; appServer / Universal / packageBin"
|
||||||
- name: Upload bitcoin-s-server
|
- name: Upload bitcoin-s-server
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
env:
|
env:
|
||||||
pkg-version: ${{steps.previoustag.outputs.tag}}
|
pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
with:
|
with:
|
||||||
@ -94,7 +94,7 @@ jobs:
|
|||||||
# shell: bash
|
# shell: bash
|
||||||
# run: sbt "oracleServer / Universal / stage; oracleServer / Universal / packageBin"
|
# run: sbt "oracleServer / Universal / stage; oracleServer / Universal / packageBin"
|
||||||
- name: Upload bitcoin-s-oracle-server
|
- name: Upload bitcoin-s-oracle-server
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
env:
|
env:
|
||||||
pkg-version: ${{steps.previoustag.outputs.tag}}
|
pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
with:
|
with:
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
# shell: bash
|
# shell: bash
|
||||||
# run: sbt "cli / Universal / stage; cli / Universal / packageBin"
|
# run: sbt "cli / Universal / stage; cli / Universal / packageBin"
|
||||||
- name: Upload bitcoin-s-cli
|
- name: Upload bitcoin-s-cli
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
env:
|
env:
|
||||||
pkg-version: ${{steps.previoustag.outputs.tag}}
|
pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
with:
|
with:
|
||||||
@ -198,7 +198,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
# Build Krystal Bull
|
# Build Krystal Bull
|
||||||
- name: Download bitcoin-s-oracle-server
|
- name: Download bitcoin-s-oracle-server
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bitcoin-s-oracle-server-${{ matrix.TARGET }}
|
name: bitcoin-s-oracle-server-${{ matrix.TARGET }}
|
||||||
path: bitcoin-s-ts/oracle-electron-ts/bitcoin-s-oracle-server
|
path: bitcoin-s-ts/oracle-electron-ts/bitcoin-s-oracle-server
|
||||||
@ -301,14 +301,14 @@ jobs:
|
|||||||
# Capture signed Mac app
|
# Capture signed Mac app
|
||||||
# - name: (macos) Upload krystalbull-mac-zip
|
# - name: (macos) Upload krystalbull-mac-zip
|
||||||
# if: startsWith(matrix.os,'macos')
|
# if: startsWith(matrix.os,'macos')
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v4
|
||||||
# env:
|
# env:
|
||||||
# pkg-version: ${{steps.previoustag.outputs.tag}}
|
# pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
# with:
|
# with:
|
||||||
# name: krystalbull-${{ matrix.TARGET }}-zip
|
# name: krystalbull-${{ matrix.TARGET }}-zip
|
||||||
# path: ${{env.KB_MAKE}}/zip/darwin/x64/*.zip
|
# path: ${{env.KB_MAKE}}/zip/darwin/x64/*.zip
|
||||||
- name: Upload krystalbull-${{ matrix.TARGET }}-${{ matrix.FORMAT }}
|
- name: Upload krystalbull-${{ matrix.TARGET }}-${{ matrix.FORMAT }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
env:
|
env:
|
||||||
pkg-version: ${{steps.previoustag.outputs.tag}}
|
pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
with:
|
with:
|
||||||
@ -325,7 +325,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Build Suredbits Wallet
|
# Build Suredbits Wallet
|
||||||
- name: Download bitcoin-s-server
|
- name: Download bitcoin-s-server
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bitcoin-s-server-${{ matrix.TARGET }}
|
name: bitcoin-s-server-${{ matrix.TARGET }}
|
||||||
path: bitcoin-s-ts/wallet-electron-ts/bitcoin-s-server
|
path: bitcoin-s-ts/wallet-electron-ts/bitcoin-s-server
|
||||||
@ -393,14 +393,14 @@ jobs:
|
|||||||
# Capture signed Mac app
|
# Capture signed Mac app
|
||||||
# - name: (macos) Upload suredbits-wallet-mac-zip
|
# - name: (macos) Upload suredbits-wallet-mac-zip
|
||||||
# if: startsWith(matrix.os,'macos')
|
# if: startsWith(matrix.os,'macos')
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v4
|
||||||
# env:
|
# env:
|
||||||
# pkg-version: ${{steps.previoustag.outputs.tag}}
|
# pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
# with:
|
# with:
|
||||||
# name: suredbits-wallet-${{ matrix.TARGET }}-zip
|
# name: suredbits-wallet-${{ matrix.TARGET }}-zip
|
||||||
# path: ${{env.W_MAKE}}/zip/darwin/x64/*.zip
|
# path: ${{env.W_MAKE}}/zip/darwin/x64/*.zip
|
||||||
- name: Upload suredbits-wallet-${{ matrix.TARGET }}-${{ matrix.FORMAT }}
|
- name: Upload suredbits-wallet-${{ matrix.TARGET }}-${{ matrix.FORMAT }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
env:
|
env:
|
||||||
pkg-version: ${{steps.previoustag.outputs.tag}}
|
pkg-version: ${{steps.previoustag.outputs.tag}}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user