2025-04-20 21:44:04 -04:00
|
|
|
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:
|
2025-04-20 21:47:10 -04:00
|
|
|
name: test.txt
|
2025-04-20 21:44:04 -04:00
|
|
|
path: test.txt
|