Skip to content

Commit

Permalink
Adding .TXT files to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 12, 2024
1 parent 6b5b3a9 commit 6985cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Compile
run: cd src && make
- name: Package
run: cd src && zip CX16-KAKURO.ZIP KAKURO.PRG *.DAT *.ZSM
run: cd src && zip CX16-KAKURO.ZIP KAKURO.PRG *.DAT *.ZSM *.TXT
- name: Package
run: zip --junk-paths CX16-KAKURO.ZIP src/KAKURO.PRG src/*.DAT src/*.ZSM
- name: Upload package
Expand Down

0 comments on commit 6985cfe

Please # to comment.