wip: idfk
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 3m2s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 2m53s

This commit is contained in:
Chance 2025-04-20 21:52:30 -04:00
parent aedb267d48
commit 6457a06c42
Signed by: caznix
GPG key ID: 489D213143D753FD
2 changed files with 4 additions and 21 deletions

View file

@ -152,10 +152,12 @@ jobs:
run: | run: |
mkdir -p artifacts mkdir -p artifacts
cp target/${{ matrix.target }}/release/zenyx${{ matrix.ext }} artifacts/${{ matrix.binary_name }} cp target/${{ matrix.target }}/release/zenyx${{ matrix.ext }} artifacts/${{ matrix.binary_name }}
ls -lh artifacts ls
ls -lah artifacts
ls -lah target/${{ matrix.target }}/release
- name: ⬆️ Upload artifact - name: ⬆️ Upload artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4 uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with: with:
name: ${{ matrix.binary_name }} name: ${{ matrix.binary_name }}.zip
path: artifacts/${{ matrix.binary_name }} path: artifacts/${{ matrix.binary_name }}

View file

@ -1,19 +0,0 @@
name: Build Zenyx ⚡
on:
push:
pull_request:
jobs:
setup:
name: 🔧 Setup Environment
runs-on: ubuntu-latest
steps:
- name: make artifact
run: echo "Test" >> test.txt
- name: ⬆️ Upload artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: test.txt
path: test.txt