CI: change folder structure
This commit is contained in:
parent
b68b160d9f
commit
e5e2ccfc6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue