Skip to content

Commit 10e43cb

Browse files
Update release.yml
1 parent d6ef6f5 commit 10e43cb

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Make archive
3434
working-directory: ${{ env.WORK_DIR }}
35-
run: tar --exclude-vcs -cJfv qt-everywhere-src-5.15.2.tar.xz ./qt5
35+
run: tar --exclude-vcs -cJf qt-everywhere-src-5.15.2.tar.xz ./qt5
3636
# run: ../git-archive-all/git_archive_all.py -v --force-submodules ${{ github.event.inputs.archive_name }}.tar.xz
3737

3838
- name: Upload artifact

0 commit comments

Comments
 (0)