Fix debugging output
Some checks failed
Build and Release Binary File / run-tests (push) Successful in 1s
Run Tests on Code / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Successful in 1m11s
Build and Release Binary File / upload-release (push) Failing after 1s

This commit is contained in:
Neshura 2023-11-27 08:01:38 +00:00
parent f873fb366a
commit e056fd7fa0

View file

@ -57,7 +57,7 @@ jobs:
name: Rearrange Artifact Paths name: Rearrange Artifact Paths
run: | run: |
mkdir release mkdir release
ls ./ ls -lap ./
mv chellaris-rust-api/chellaris-rust-api/chellaris-rust-api-linux-amd64 release/chellaris-rust-api-linux-amd64 mv chellaris-rust-api/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