From d9b1047792fe87e6c4ded396af6ebc463a1b2815 Mon Sep 17 00:00:00 2001 From: Sean Enck Date: Tue, 22 Oct 2024 17:24:54 -0400 Subject: [PATCH] remove directory level --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e2746d..822ffac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: