We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef6f5 commit 10e43cbCopy full SHA for 10e43cb
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Make archive
34
working-directory: ${{ env.WORK_DIR }}
35
- run: tar --exclude-vcs -cJfv qt-everywhere-src-5.15.2.tar.xz ./qt5
+ run: tar --exclude-vcs -cJf qt-everywhere-src-5.15.2.tar.xz ./qt5
36
# run: ../git-archive-all/git_archive_all.py -v --force-submodules ${{ github.event.inputs.archive_name }}.tar.xz
37
38
- name: Upload artifact
0 commit comments