From be28b98ff6c371ad1b3bce39f8417b0e6accdd66 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 27 Nov 2023 07:56:32 +0000 Subject: [PATCH] Artifact Path Fix Attempt #2 --- .forgejo/workflows/build+release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build+release.yml b/.forgejo/workflows/build+release.yml index 847024a..a5959b0 100644 --- a/.forgejo/workflows/build+release.yml +++ b/.forgejo/workflows/build+release.yml @@ -57,7 +57,7 @@ jobs: name: Rearrange Artifact Paths run: | mkdir release - mv chellaris-rust-api/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 run: |