wip: debug large artifacts
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 58s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 2m56s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 2m51s

This commit is contained in:
Chance 2025-04-20 21:18:27 -04:00
parent 6061869143
commit 2124b635d4
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -141,7 +141,7 @@ jobs:
run: |
apt update
apt install -y vulkan-tools glslc
- name: 🚀 Build release binary
uses: https://github.com/actions-rs/cargo@v1
with:
@ -152,6 +152,7 @@ jobs:
run: |
mkdir -p artifacts
cp target/${{ matrix.target }}/release/zenyx${{ matrix.ext }} artifacts/${{ matrix.binary_name }}
ls -lh artifacts
- name: ⬆️ Upload artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4