Skip to content

Commit

Permalink
chore(ci): try compressed binary - upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 19, 2023
1 parent a1fa34e commit 3d12bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o $output_name
echo "output_name=$output_name" >> $GITHUB_OUTPUT
- name: Compress Build Binary
uses: a7ul/[email protected].0
uses: a7ul/[email protected].3
id: compress
with:
command: c
Expand Down

0 comments on commit 3d12bf4

Please sign in to comment.