Skip to content

Commit 7827c48

Browse files
authored
fix: use gnutar in macos github action to avoid corrupting tar file contents (#915)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 0b008de commit 7827c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
RELEASE_ARGS: release --rm-dist -f release/goreleaser.darwin.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
9090

91-
- run: tar -cvf dist-darwin.tar dist
91+
- run: gtar -cvf dist-darwin.tar dist
9292
- uses: actions/upload-artifact@v2
9393
with:
9494
name: dist-darwin

0 commit comments

Comments
 (0)