Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Dec 18, 2024
1 parent 21efd50 commit e72720b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
with:
cache-on-failure: true
cache-all-crates: true
workspaces: |
". -> target"
"lib/extensions-wasm -> target"
- name: install extensions host wasm
run: |
Expand All @@ -93,9 +96,9 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: moosync-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Moosync v__VERSION__"
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: true
prerelease: false
args: ${{ matrix.args }}

0 comments on commit e72720b

Please sign in to comment.