Skip to content

Commit dc13f80

Browse files
committed
...
1 parent f44b850 commit dc13f80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/toolchain.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
-DCMAKE_INSTALL_PREFIX=${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain
5353
cmake --build build.dir --target ${{ env.STAGE }}distribution
5454
cmake --build build.dir --target ${{ env.STAGE }}install-distribution
55-
tar -cvfz \
55+
tar -cvzf \
5656
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain.tar.gz \
5757
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain
58-
tar cfvJ \
58+
tar cvfJ \
5959
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain.tar.xz \
6060
${{ matrix.OS }}-${{ matrix.ARCH }}.toolchain
6161
- name: Upload toolchain
@@ -67,4 +67,3 @@ jobs:
6767
overwrite: true
6868
file_glob: true
6969
target_commit: ${{ github.sha }}
70-
make_latest: false

0 commit comments

Comments
 (0)