Skip to content

Commit 3d2e7a2

Browse files
committed
use tarball command instead of git archive
1 parent fdedfd5 commit 3d2e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
TAG: ${{ github.event.release.tag_name }}
2222
- name: Tarball updated source
2323
run: |
24-
git archive --format=tar.gz -o $TARGET $TAG_NAME
24+
tar -zcvf $TARGET .
2525
env:
2626
TAG_NAME: ${{ github.event.release.tag_name }}
2727
TARGET: ${{ runner.temp }}/release.tar.gz

0 commit comments

Comments
 (0)