wip: upload all artifacts
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 35s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 58s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 3m1s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 2m54s

This commit is contained in:
Chance 2025-04-20 22:00:14 -04:00
parent 6457a06c42
commit eec8a0d49f
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -153,6 +153,7 @@ jobs:
mkdir -p artifacts
cp target/${{ matrix.target }}/release/zenyx${{ matrix.ext }} artifacts/${{ matrix.binary_name }}
ls
du -sh artifacts
ls -lah artifacts
ls -lah target/${{ matrix.target }}/release
@ -160,4 +161,4 @@ jobs:
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: ${{ matrix.binary_name }}.zip
path: artifacts/${{ matrix.binary_name }}
path: artifacts