Fix the 'unique identifier' problem in the GH Action now
This commit is contained in:
parent
5de4210cfb
commit
ddb560abbf
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Compress files (Windows)
|
||||
if: contains(matrix.os, 'windows-latest')
|
||||
uses: a7ul/tar-action@v1.0.2
|
||||
id: compress
|
||||
id: compress-windows
|
||||
with:
|
||||
command: c
|
||||
cwd: ./build/Release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user