Skip to content

Commit

Permalink
work on packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmosher01 committed Nov 3, 2022
1 parent 2338a02 commit f32c7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
cp epple2-roms/stdout.a65 stage/local/lib/epple2/cards/
cp epple2-roms/stdin.a65 stage/local/lib/epple2/cards/
cp epple2-roms/clock.a65 stage/local/lib/epple2/cards/
cp /usr/local/lib/libSDL2.dylib stage/local/bin/
tree stage
- name: "Package"
Expand Down Expand Up @@ -198,4 +199,4 @@ jobs:
- uses: "softprops/action-gh-release@v1"
with:
files: |
*.zip
build/stage/*.zip

0 comments on commit f32c7b9

Please sign in to comment.