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
|
target
|
||||||
key: "${{runner.os}} Rust ${{steps.rust-toolchain.outputs.cachekey}}"
|
key: "${{runner.os}} Rust ${{steps.rust-toolchain.outputs.cachekey}}"
|
||||||
- run: mkdir .ci-destdir
|
- run: mkdir .ci-destdir
|
||||||
- run: cargo install --path . --locked --root .ci-destdir
|
- run: cargo install --path . --locked --root .
|
||||||
- run: find .ci-destdir
|
- run: find .ci-destdir
|
||||||
- uses: forgejo/upload-artifact@v3
|
- uses: forgejo/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Powercreep
|
name: Powercreep
|
||||||
path: |
|
path: |
|
||||||
.ci-destdir/*
|
bin
|
||||||
assets
|
assets
|
||||||
|
|
Loading…
Reference in a new issue