Skip to content

Commit

Permalink
More path wrastlin' due to ENV changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Dec 26, 2023
1 parent 169174e commit cbc4797
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,13 @@ jobs:
echo "ARTIFACT_NAME=${{ env.PRODUCT_NAME }}-${{ env.VERSION }}-${{ matrix.name }}" >> $GITHUB_ENV
- name: Pluginval
working-directory: ${{ env.BUILD_DIR }}
shell: bash
run: |
curl -LO "https://github.com/Tracktion/pluginval/releases/download/v1.0.3/pluginval_${{ matrix.name }}.zip"
7z x pluginval_${{ matrix.name }}.zip
${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
- name: Codesign (macOS)
working-directory: ${{ env.BUILD_DIR }}
if: ${{ matrix.name == 'macOS' }}
run: |
# Each plugin must be code signed
Expand All @@ -150,13 +148,12 @@ jobs:
- name: Add Custom Icons (macOS)
if: ${{ matrix.name == 'macOS' }}
working-directory: ${{ env.BUILD_DIR }}
run: |
# add the icns as its own icon resource (meta!)
sips -i ../packaging/pamplejuce.icns
sips -i packaging/pamplejuce.icns
# Grab the resource, put in tempfile
DeRez -only icns ../packaging/pamplejuce.icns > /tmp/icons
DeRez -only icns packaging/pamplejuce.icns > /tmp/icons
# Stuff the resource into the strange Icon? file's resource fork
Rez -a /tmp/icons -o "${{ env.VST3_PATH }}/Icon"$'\r'
Expand Down

0 comments on commit cbc4797

Please sign in to comment.