mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-01 21:22:22 -04:00
Update build-gui-preview-release-cb.yml
This commit is contained in:
parent
37d1f07c2d
commit
88e039935f
1 changed files with 1 additions and 2 deletions
|
@ -83,14 +83,13 @@ jobs:
|
|||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
run: |
|
||||
cargo tauri build ${{ matrix.args }} --target-dir=./target
|
||||
cargo tauri build ${{ matrix.args }}
|
||||
|
||||
- name: Upload Assets
|
||||
uses: crabnebula-dev/cloud-release@v0
|
||||
with:
|
||||
command: release upload ${{ env.CN_APPLICATION }} --framework tauri
|
||||
api-key: ${{ secrets.CN_API_KEY }}
|
||||
path: ./target/release/bundle
|
||||
|
||||
publish:
|
||||
needs: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue