mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-30 02:24:27 +02:00
remove single quotes
This commit is contained in:
parent
b0122f627c
commit
24b832fdf5
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…
x
Reference in New Issue
Block a user