Skip to content

Commit 343a79b

Browse files
committed
fixes
1 parent b204eca commit 343a79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-window:
99
name: 'windows'
1010

11-
runs-on: ubuntu-latest
11+
runs-on: windows
1212

1313
steps:
1414
- name: Clone repository
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/github-script@v4
3939
with:
4040
script: |
41-
deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile/install.ts
41+
deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@v0.3.2/install.ts
4242
wincompile --FileVersion=${{ steps.set_version.outputs.tag }} --ProductVersion=${{ steps.set_version.outputs.tag }}.standard --Icon="./icon.ico" --FileDescription="voidpixel cli" -- --allow-all --no-check ./mod.ts
4343
mv cli.exe void_windows.exe
4444

0 commit comments

Comments
 (0)