mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-02 21:54:25 +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
|
# Required on Mac for permission reasons
|
||||||
- name: Tar files
|
- name: Tar files
|
||||||
if: runner.targetPlatform == "StandaloneOSX"
|
if: runner.targetPlatform == 'StandaloneOSX'
|
||||||
run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }}
|
run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }}
|
||||||
|
|
||||||
- name: Upload Artifact (Windows / Linux)
|
- name: Upload Artifact (Windows / Linux)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user