Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
} >> "$GITHUB_ENV"

- name: Build the app (Tauri)
uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2
uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0
env:
# macOS signing is injected via $GITHUB_ENV by "Configure Apple code
# signing" above, and only when a certificate secret is set. The
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
run: node scripts/release-notes.mjs

- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: dist-all

Expand Down
Loading