Skip to content

Commit

Permalink
Merge pull request #78 from radoslawc/porchctl_package
Browse files Browse the repository at this point in the history
Adding tgz creation step
  • Loading branch information
radoslawc authored Jun 20, 2024
2 parents 61ed84c + a5506c4 commit 0f83d54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/porchctl-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
fetch-depth: 0
- name: Build
run: make porchctl
- name: Pack binary
run: tar cvzf porchctl.tgz -C .build/ porchctl
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: .build/porchctl
asset_name: porchctl
file: porchctl.tgz
asset_name: porchctl.tgz
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down

0 comments on commit 0f83d54

Please sign in to comment.