We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129614 commit 8a33b9cCopy full SHA for 8a33b9c
1 file changed
.github/workflows/build.yml
@@ -19,17 +19,6 @@ jobs:
19
with:
20
go-version: '1.18'
21
22
- - name: Install rsrc (for icon)
23
- run: go install github.com/akavel/rsrc@latest
24
-
25
- - name: Prepare the icon
26
- run: |
27
- # Remove the leading 'v' from the commit message using PowerShell
28
- $VERSION = "${{ github.event.head_commit.message }}" -replace '^v', ''
29
30
- # Use rsrc to embed the icon directly (without manifest)
31
- rsrc -ico=icon.ico -o rsrc.syso
32
33
- name: Build and zip (ia32)
34
run: |
35
$env:GOARCH="386"
0 commit comments