Skip to content

Commit

Permalink
trying to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanenck committed Oct 22, 2024
1 parent 50464c5 commit c4929aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
run: just clean default
- name: "compress"
run: "zip -r ${{ matrix.goos }}-${{ matrix.goarch }}.zip target/"
run: "zip -r git-tools-${{ matrix.goos }}-${{ matrix.goarch }}.zip target/"
- name: "upload"
uses: actions/upload-artifact@v4
with:
Expand All @@ -46,4 +46,4 @@ jobs:
- name: release
uses: softprops/action-gh-release@v2
with:
files: "*.zip"
files: git-tools-*.zip

0 comments on commit c4929aa

Please sign in to comment.