test upload
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 43s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled

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

View file

@ -0,0 +1,19 @@
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: ${{ matrix.binary_name }}
path: artifacts/${{ matrix.binary_name }}