We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ea6a0 commit eba9ae2Copy full SHA for eba9ae2
1 file changed
.github/workflows/github_build_release.yml
@@ -29,7 +29,7 @@ jobs:
29
mkdir -p ../assets
30
31
- name: Create archive
32
- run: tar -zcf --exclude='.git' ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
+ run: tar --exclude='.git' -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
33
34
- name: Create checksum
35
run: |
0 commit comments