Skip to content

Commit a821cff

Browse files
committed
fixes
1 parent b0a5bf4 commit a821cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

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

3737
- name: Set Versions
3838
run: |
39-
deno run -r --allow-run --allow-env --allow-read https://deno.land/x/[email protected]/install.ts
40-
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
39+
deno run --allow-all --import-map=https://deno.land/x/wincompile/import_map.json https://deno.land/x/wincompile/wincompile.ts --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
4140
mv cli.exe void_windows.exe
4241
4342
- name: Upload binaries to release

0 commit comments

Comments
 (0)