Skip to content

Commit d85ef81

Browse files
committed
ci: fix build all binaries
1 parent 45c6fe1 commit d85ef81

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
with:
2323
go-version: '1.24'
2424

25-
- name: Build
26-
run: bash ./build.sh
25+
- name: Build homoglyph
26+
run: bash ./build.sh glyph.txt
27+
28+
- name: Build homoglitch
29+
run: bash ./build.sh glitch.txt
2730

2831
- name: Create GitHub release
2932
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)