Artifact Path Fix Attempt #4
Some checks failed
Run Tests on Code / run-tests (push) Successful in 1s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Successful in 1m27s
Build and Release Binary File / upload-release (push) Failing after 1s

This commit is contained in:
Neshura 2023-11-27 08:03:48 +00:00
parent e056fd7fa0
commit 4c28954335

View file

@ -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: |