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
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:
parent
6457a06c42
commit
eec8a0d49f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue