Skip to content

Commit

Permalink
build: fix debian file path (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Moriarty <[email protected]>
  • Loading branch information
morrieinmaas authored Jun 28, 2022
1 parent d70fecb commit bc3f973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bc3f973

Please sign in to comment.