mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 13:23:37 +00:00
fix: actually fix nightly CI (#398)
Some checks failed
Build (Linux, x86-64) / build-linux-amalgamate (push) Waiting to run
Build (Linux, x86-64) / build-linux-full (push) Waiting to run
Release Nightly (Linux, x86-64) / release-linux (push) Waiting to run
Publish Documentation / build (push) Has been cancelled
Format Check / clang-format (push) Has been cancelled
Some checks failed
Build (Linux, x86-64) / build-linux-amalgamate (push) Waiting to run
Build (Linux, x86-64) / build-linux-full (push) Waiting to run
Release Nightly (Linux, x86-64) / release-linux (push) Waiting to run
Publish Documentation / build (push) Has been cancelled
Format Check / clang-format (push) Has been cancelled
* fix: actually fix nightly CI * fix(ci): exclude object files
This commit is contained in:
parent
5264bdf335
commit
6ccc93e6f6
4
.github/workflows/release-linux.yml
vendored
4
.github/workflows/release-linux.yml
vendored
|
|
@ -66,8 +66,8 @@ jobs:
|
||||||
|
|
||||||
- name: Package artifact
|
- name: Package artifact
|
||||||
run: |
|
run: |
|
||||||
cd build/targets
|
cd build/targets/app
|
||||||
zip -r ../minecraft-client-linux.zip app --exclude "app/Minecraft.Client.p/*"
|
zip -r ../../../minecraft-client-linux.zip . --exclude "./Minecraft.Client.p/*"
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue