fixing artifact upload
Some checks failed
Test / test (push) Successful in 40s
Build / test (pull_request) Failing after 11s

This commit is contained in:
2026-04-15 01:26:26 -04:00
parent 4733dd12ed
commit 03e830575d

View File

@@ -15,7 +15,7 @@ jobs:
run: cargo test --release run: cargo test --release
- name: Run build - name: Run build
run: cargo build --release --target x86_64-unknown-linux-gnu run: cargo build --release --target x86_64-unknown-linux-gnu
- uses: actions/upload-artifact@v7 - uses: https://github.com/christopherHX/gitea-upload-artifact@v4/
name: Upload artifacts name: Upload artifacts
with: with:
name: rusty-task name: rusty-task