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 f44b850 commit dc13f80Copy full SHA for dc13f80
.github/workflows/toolchain.yml
@@ -52,10 +52,10 @@ jobs:
52
-DCMAKE_INSTALL_PREFIX=${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain
53
cmake --build build.dir --target ${{ env.STAGE }}distribution
54
cmake --build build.dir --target ${{ env.STAGE }}install-distribution
55
- tar -cvfz \
+ tar -cvzf \
56
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain.tar.gz \
57
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain
58
- tar cfvJ \
+ tar cvfJ \
59
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain.tar.xz \
60
61
- name: Upload toolchain
@@ -67,4 +67,3 @@ jobs:
67
overwrite: true
68
file_glob: true
69
target_commit: ${{ github.sha }}
70
- make_latest: false
0 commit comments