Skip to content

Commit 9919512

Browse files
authored
Update publish.yml
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
1 parent cdc5794 commit 9919512

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
# uses: denoland/setup-deno@v1
1616
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
1717
with:
18-
deno-version: v1.x
18+
deno-version: v2.x
1919
- name: Build
2020
run: |
21+
deno install
2122
deno publish
2223
deno compile -A -o bin/quicksubmit-linux index.ts
2324
deno compile -A -o bin/quicksubmit-win.exe --target x86_64-pc-windows-msvc index.ts

0 commit comments

Comments
 (0)