Skip to content

Commit

Permalink
Still trying to exclude qagame files from pk3 generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Jun 21, 2021
1 parent 0990680 commit 4c09b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:

- name: Generate the pk3
run: |
zip -rvj mp_bina.pk3 linux-x86/*.so linux-x86_64/*.so macos-x86_64/*.dylib macos-x86_64/*_mac windows-x86/*.dll -x \qagame*.*
zip -rvj mp_bina.pk3 linux-x86/*.so linux-x86_64/*.so macos-x86_64/*.dylib windows-x86/*.dll -x qagame*.so -x qagame*.dll -x qagame*.dylib
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4c09b02

Please sign in to comment.