Skip to content

Commit

Permalink
remove directory level
Browse files Browse the repository at this point in the history
  • Loading branch information
seanenck committed Oct 22, 2024
1 parent e86d491 commit d9b1047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: "tar czvf git-tools-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz target/"
run: "tar czvf git-tools-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz -C target/ ."
- name: release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit d9b1047

Please sign in to comment.