Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
remove assets from release package
Browse files Browse the repository at this point in the history
  • Loading branch information
zweek committed Jul 9, 2023
1 parent e6439b8 commit 3ca46d5
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 @@ -49,7 +49,7 @@ jobs:
- name: Cleanup root Ronin repository files
working-directory: ronin
run: |
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example r2ds.bat wsock32.dll
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example r2ds.bat wsock32.dll assets
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3ca46d5

Please sign in to comment.