Skip to content

Commit

Permalink
chore(ci): locked builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 28, 2024
1 parent de8d7fa commit 8e32f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
tauriScript: cargo tauri
tauriScript: cargo --locked tauri

- name: Upload build artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
tauriScript: cargo tauri
tauriScript: cargo --locked tauri

0 comments on commit 8e32f50

Please sign in to comment.