Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
  • Loading branch information
boomzero authored Nov 9, 2024
1 parent cdc5794 commit 9919512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v1.x
deno-version: v2.x
- name: Build
run: |
deno install
deno publish
deno compile -A -o bin/quicksubmit-linux index.ts
deno compile -A -o bin/quicksubmit-win.exe --target x86_64-pc-windows-msvc index.ts
Expand Down

0 comments on commit 9919512

Please sign in to comment.