Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo authored Jul 26, 2021
1 parent 2636acc commit 4fd77e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
run: |
go mod tidy
go test -v ./...
-
name: Install UPX
if: success() && startsWith(github.ref, 'refs/tags/')
run: |
sudo apt-get install upx-ucl
# -
# name: Install UPX
# if: success() && startsWith(github.ref, 'refs/tags/')
# run: |
# sudo apt-get install upx-ucl
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 4fd77e4

Please sign in to comment.