Skip to content

Commit

Permalink
try no outer quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Aug 28, 2024
1 parent d0183b3 commit e474f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: './.github/workflows/scripts/mac/sign-apps.sh'
if: ${{ matrix.os.name == 'macos' }}
- name: 'Tar files'
run: 'tar -cvf cboe-${{ matrix.os.name }}-${{ matrix.os.macos_ver || '' }}${{ matrix.configuration }}.tar "Blades of Exile"'
run: tar -cvf cboe-${{ matrix.os.name }}-${{ matrix.os.macos_ver || '' }}${{ matrix.configuration }}.tar "Blades of Exile"
working-directory: '${{ github.workspace }}/build'
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e474f03

Please sign in to comment.