Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 5a8be19

Browse files
committed
attach mingw output to release
1 parent 59f1296 commit 5a8be19

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
@@ -62,6 +62,9 @@ jobs:
6262
- uses: actions/download-artifact@v2
6363
with: { name: codegen-x86_64-pc-windows-msvc.exe }
6464

65+
- uses: actions/download-artifact@v2
66+
with: { name: codegen-x86_64-pc-windows-gnu.exe }
67+
6568
- name: release
6669
uses: ncipollo/release-action@v1
6770
with:

0 commit comments

Comments
 (0)