mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-13 02:54:37 +00:00
fix: actually fix nightly CI (#398)
* fix: actually fix nightly CI * fix(ci): exclude object files
This commit is contained in:
4
.github/workflows/release-linux.yml
vendored
4
.github/workflows/release-linux.yml
vendored
@@ -66,8 +66,8 @@ jobs:
|
||||
|
||||
- name: Package artifact
|
||||
run: |
|
||||
cd build/targets
|
||||
zip -r ../minecraft-client-linux.zip app --exclude "app/Minecraft.Client.p/*"
|
||||
cd build/targets/app
|
||||
zip -r ../../../minecraft-client-linux.zip . --exclude "./Minecraft.Client.p/*"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user