Skip to content

Commit b0a5bf4

Browse files
committed
fixes
1 parent 9aff359 commit b0a5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Set Versions
3838
run: |
39-
deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@v0.3.2/install.ts
39+
deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@0.3.2/install.ts
4040
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
4141
mv cli.exe void_windows.exe
4242

0 commit comments

Comments
 (0)