Skip to content

Commit

Permalink
Might help if I did it right
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Dec 7, 2024
1 parent 8e706b8 commit 730ff78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Collect executable and assets
run: |
mkdir -p output
cp build/8ChocChip output/
cp -r build/assets output/
cp build/src/8ChocChip output/
cp -r build/src/assets output/
- name: Upload executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 730ff78

Please sign in to comment.