From bc3f973122d7f6d878d4a2218075e0781757e4c2 Mon Sep 17 00:00:00 2001 From: Mo <10432473+morrieinmaas@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:32:25 +0200 Subject: [PATCH] build: fix debian file path (#203) Signed-off-by: Moriarty --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0d063499..514355d5 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -70,7 +70,7 @@ jobs: - name: Save library uses: actions/upload-artifact@v2 with: - name: debian-agent-cli + name: agent-cli.deb path: target/debian/agent-cli_${{ env.VERSION }}_amd64.deb build-windows: name: build windows @@ -97,7 +97,7 @@ jobs: mv aarch64-apple-darwin-agent-cli/agent-cli apple-arm-agent-cli mv x86_64-apple-darwin-agent-cli/agent-cli apple-x86_64-agent-cli mv linux-agent-cli/agent-cli linux-x86_64-agent-cli - mv debian-agent-cli/agent-cli agent-cli_${{ needs.build-debian.outputs.VERSION }}_amd64.deb + mv agent-cli.deb agent-cli_${{ needs.build-debian.outputs.VERSION }}_amd64.deb mv windows-agent-cli.exe/agent-cli.exe windows-x86_64-agent-cli.exe - name: Release uses: softprops/action-gh-release@v1