Skip to content

Commit e2144a7

Browse files
committed
🔧 chore(goreleaser): add symlink for windres in release workflow to streamline Windows builds
1 parent a615703 commit e2144a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install mingw-w64 (for windres)
2222
run: sudo apt-get update && sudo apt-get install -y mingw-w64
2323

24+
- name: Symlink windres
25+
run: sudo ln -s /usr/bin/x86_64-w64-mingw32-windres /usr/local/bin/windres
26+
2427
- name: Run GoReleaser
2528
uses: goreleaser/goreleaser-action@v4
2629
with:

0 commit comments

Comments
 (0)