remove single quotes

This commit is contained in:
patataofcourse 2023-06-17 21:12:18 +02:00
parent c78aa41d6d
commit e09f99fd51
1 changed files with 1 additions and 1 deletions

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)