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