remove single quotes

This commit is contained in:
patataofcourse 2023-06-17 21:12:18 +02:00
parent b0122f627c
commit 24b832fdf5

View file

@ -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)