Skip to content

Commit

Permalink
cut down linux artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Nov 20, 2023
1 parent a589c6a commit 535f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
# Copy assets to the same directory as the executable
mkdir -p build/assets
cp -r assets/* build/assets/
cp -r assets/images build/assets/images
- name: Publish Build Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 535f1fa

Please sign in to comment.