mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
remove single quotes
This commit is contained in:
parent
c78aa41d6d
commit
e09f99fd51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
# Required on Mac for permission reasons
|
||||
- name: Tar files
|
||||
if: runner.targetPlatform == "StandaloneOSX"
|
||||
if: runner.targetPlatform == 'StandaloneOSX'
|
||||
run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }}
|
||||
|
||||
- name: Upload Artifact (Windows / Linux)
|
||||
|
|
Loading…
Reference in a new issue