6 Commits

Author SHA1 Message Date
587a0be9cf fixing artifact upload
All checks were successful
Test / test (push) Successful in 40s
Build / test (pull_request) Successful in 1m26s
2026-04-15 01:41:53 -04:00
7c499c1e93 fixing artifact upload
Some checks failed
Test / test (push) Successful in 40s
Build / test (pull_request) Failing after 3s
2026-04-15 01:28:30 -04:00
03e830575d fixing artifact upload
Some checks failed
Test / test (push) Successful in 40s
Build / test (pull_request) Failing after 11s
2026-04-15 01:26:26 -04:00
4733dd12ed fixing artifact upload
Some checks failed
Test / test (push) Successful in 39s
Build / test (pull_request) Failing after 1m27s
2026-04-15 01:03:27 -04:00
72973791db upload artifact
Some checks failed
Test / test (push) Successful in 41s
Build / test (pull_request) Failing after 1m41s
2026-04-15 00:59:10 -04:00
59fba3ef7a change workflow target
All checks were successful
Test / test (push) Successful in 38s
Build / test (pull_request) Successful in 1m26s
2026-04-15 00:49:03 -04:00

View File

@@ -4,9 +4,6 @@ on:
types: types:
- published - published
pull_request: pull_request:
types:
- opened
- edited
jobs: jobs:
test: test:
@@ -18,3 +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: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: rusty-task
path: target/x86_64-unknown-linux-gnu/release/rusty-tasks