Fix the GH action file
This commit is contained in:
parent
c61c9c085d
commit
daf730efd5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
CMAKE_BUILD_PARALLEL_LEVEL: 8
|
||||
|
||||
- name: Compress files
|
||||
if: ! contains(matrix.os, 'windows-latest')
|
||||
if: ${{!contains(matrix.os, 'windows-latest')}}
|
||||
uses: a7ul/tar-action@v1.0.2
|
||||
id: compress
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user