CI: change folder structure
Some checks failed
Rust / rustfmt (push) Successful in 25s
Rust / clippy (push) Failing after 1m26s
Rust / build (push) Has been cancelled

This commit is contained in:
Dominic 2024-07-07 17:53:22 +02:00
parent b68b160d9f
commit e5e2ccfc6b
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D

View file

@ -59,11 +59,11 @@ jobs:
target
key: "${{runner.os}} Rust ${{steps.rust-toolchain.outputs.cachekey}}"
- run: mkdir .ci-destdir
- run: cargo install --path . --locked --root .ci-destdir
- run: cargo install --path . --locked --root .
- run: find .ci-destdir
- uses: forgejo/upload-artifact@v3
with:
name: Powercreep
path: |
.ci-destdir/*
bin
assets