Skip to content

Commit

Permalink
Fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 12, 2024
1 parent 6985cfe commit 78ca1e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Compile
run: cd src && make
- name: Package
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
run: zip --junk-paths CX16-KAKURO.ZIP src/KAKURO.PRG src/*.DAT src/*.ZSM src/*.TXT
- name: Upload package
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 78ca1e4

Please # to comment.