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 0401ace commit 4e66e54Copy full SHA for 4e66e54
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
# Required to preserve permissions; otherwise many of the packages will not work!
41
# See https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files
42
- name: Tar packages
43
- run: tar -cvf build-artifacts-${{ matrix.os }}.tar build/jpackage/
+ run: tar -cvf build-artifacts-${{ matrix.os }}.tar build/jpackage
44
45
- name: Archive build artifacts
46
# Only runs if the previous steps were successful
0 commit comments