Artifact Path Fix Attempt #5
All checks were successful
All checks were successful
This commit is contained in:
parent
4c28954335
commit
0f7958ce08
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ jobs:
|
||||||
name: Rearrange Artifact Paths
|
name: Rearrange Artifact Paths
|
||||||
run: |
|
run: |
|
||||||
mkdir release
|
mkdir release
|
||||||
ls -lap ./chellaris-rust-api-linux-amd64
|
mv chellaris-rust-api-linux-amd64/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