We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204eca commit 343a79bCopy full SHA for 343a79b
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-window:
9
name: 'windows'
10
11
- runs-on: ubuntu-latest
+ runs-on: windows
12
13
steps:
14
- name: Clone repository
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/github-script@v4
39
with:
40
script: |
41
- deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile/install.ts
+ deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@v0.3.2/install.ts
42
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
43
mv cli.exe void_windows.exe
44
0 commit comments