Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 03fcea0

Browse files
committed
Pin tauri action version
1 parent 850bd53 commit 03fcea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
id: release-version
100100
run: echo "RELEASE_VERSION=$(cat apps/desktop/src-tauri/tauri.conf.json | jq '.package.version' | tr -d '"')" >> "$GITHUB_OUTPUT"
101101

102-
- uses: tauri-apps/tauri-action@dev
102+
- uses: tauri-apps/tauri-action@v0.4.2
103103
env:
104104
ORT_LIB_LOCATION: ${{ github.workspace }}/lib/${{ matrix.target }}/onnxruntime
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)