Skip to content

Commit

Permalink
try if without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jul 17, 2024
1 parent 301a29e commit ee522f1
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 @@ -76,7 +76,7 @@ jobs:
run: '${{ matrix.scons-script[matrix.os] }} INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.outputs.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.outputs.path}}/lib" FRAMEWORKPATH="${{steps.sfml.outputs.path}}/lib"'
- name: Codesign and notarize
run: './.github/workflows/scripts/mac/sign-apps.sh'
if: "${{ github.ref == 'refs/heads/builds' }} && ${{ matrix.os == 'macos' }}"
if: ${{ github.ref == 'refs/heads/builds' }} && ${{ matrix.os == 'macos' }}
- name: 'Tar files',
run: 'tar -cvf cboe-${{ matrix.os }}.tar "Blades of Exile"'
working-directory: '${{ github.workspace }}/build'
Expand Down

0 comments on commit ee522f1

Please sign in to comment.