diff --git a/.forgejo/workflows/build+release.yml b/.forgejo/workflows/build+release.yml index a5959b0..8ef5b86 100644 --- a/.forgejo/workflows/build+release.yml +++ b/.forgejo/workflows/build+release.yml @@ -57,7 +57,8 @@ jobs: name: Rearrange Artifact Paths run: | mkdir release - mv chellaris-rust-api-linux-amd64/chellaris-rust-api/chellaris-rust-api-linux-amd64 release/chellaris-rust-api-linux-amd64 + ls ./ + mv chellaris-rust-api/chellaris-rust-api/chellaris-rust-api-linux-amd64 release/chellaris-rust-api-linux-amd64 - name: Upload Artifacts As Generic Packages run: |