Skip to content

Commit

Permalink
changed my mind again on the release names
Browse files Browse the repository at this point in the history
Going for no compression, Name_OS_Arch naming convention. Not featuring version names.
  • Loading branch information
Porco-Rosso committed Jul 22, 2024
1 parent 7c33068 commit 00822b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "lipgloss-on-a-pig"
overwrite: TRUE
binary_name: "lipgloss-on-a-pig_${{ matrix.goos }}_${{ matrix.goarch }}"
#overwrite: TRUE
goversion: '1.22.5'
#compress_assets: 'OFF'
compress_assets: 'OFF'

0 comments on commit 00822b8

Please sign in to comment.