Skip to content

Commit

Permalink
enable gr
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Dec 16, 2021
1 parent 54f6484 commit bfb5815
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
upx -V
- name: upx version
run: upx -V
# - name: Set up GoReleaser
# run: go install github.com/goreleaser/[email protected]
# - name: Release latest CLI
# run: |
# make release-latest-binaries
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: ${{ matrix.APP }}-${{github.sha}}
# path: ./bin
# retention-days: 1
- name: Set up GoReleaser
run: go install github.com/goreleaser/[email protected]
- name: Release latest CLI
run: |
make release-latest-binaries
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.APP }}-${{github.sha}}
path: ./bin
retention-days: 1

0 comments on commit bfb5815

Please sign in to comment.