Skip to content

Commit

Permalink
Stop trying to add assets folder a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Dec 7, 2024
1 parent a95cc1b commit 6a999a2
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 @@ -99,7 +99,7 @@ jobs:
cp build/dependencies/nativefiledialog/src/Release/* output/
cp build/out/Release/libconfig++.* output/
cp build/src/Release/* output/
cp -r assets output/
# cp -r assets output/

- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6a999a2

Please sign in to comment.