Skip to content

Commit 879ad48

Browse files
committed
fix:github action编译找不到rusty_v8
1 parent ff4ca81 commit 879ad48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
114114
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
115+
RUSTY_V8_MIRROR: https://github.com/denoland/rusty_v8/releases/download
115116
with:
116117
tagName: ${{ github.event.inputs.version || github.ref_name }}
117118
releaseName: 'DTV ${{ github.event.inputs.version || github.ref_name }}'

0 commit comments

Comments
 (0)