Artifact Path Fix Attempt #4
Some checks failed
Some checks failed
This commit is contained in:
parent
e056fd7fa0
commit
4c28954335
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ jobs:
|
||||||
name: Rearrange Artifact Paths
|
name: Rearrange Artifact Paths
|
||||||
run: |
|
run: |
|
||||||
mkdir release
|
mkdir release
|
||||||
ls -lap ./
|
ls -lap ./chellaris-rust-api-linux-amd64
|
||||||
mv chellaris-rust-api/chellaris-rust-api/chellaris-rust-api-linux-amd64 release/chellaris-rust-api-linux-amd64
|
mv chellaris-rust-api-linux-amd64/chellaris-rust-api/chellaris-rust-api-linux-amd64 release/chellaris-rust-api-linux-amd64
|
||||||
-
|
-
|
||||||
name: Upload Artifacts As Generic Packages
|
name: Upload Artifacts As Generic Packages
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue