diff --git a/.github/workflows/mac-universal.yml b/.github/workflows/mac-universal.yml index 4ffb16a5..269e6118 100644 --- a/.github/workflows/mac-universal.yml +++ b/.github/workflows/mac-universal.yml @@ -44,7 +44,7 @@ jobs: if: ${{ matrix.os.name == 'macos' }} - name: 'Tar files' - run: 'tar -cvf cboe-macos-universal-${{matrix.configuration}}.tar "build/Blades of Exile" + run: 'tar -cvf cboe-macos-universal-${{matrix.configuration}}.tar "build/Blades of Exile"' # Upload everything as artifact - uses: actions/upload-artifact@v4