Skip to content

Commit

Permalink
Remove whitespace escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 16, 2024
1 parent 9e03b6a commit c2e3e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "VST3_PATH=${{ inputs.plugin_name }}.vst3" >> $GITHUB_ENV
echo "AU_PATH=${{ inputs.plugin_name }}.component" >> $GITHUB_ENV
echo "ARTIFACT_NAME=${{ inputs.plugin_name }}-${{ inputs.plugin_version }}-${{ runner.os }}" >> $GITHUB_ENV
echo "INSTALLER_NAME=${{ inputs.plugin_name}}\ ${{ inputs.plugin_version }}\ Installer" >> $GITHUB_ENV
echo "INSTALLER_NAME=${{ inputs.plugin_name}} ${{ inputs.plugin_version }} Installer" >> $GITHUB_ENV
- name: Import Certificates (MacOS)
uses: apple-actions/import-codesign-certs@v3
Expand Down

0 comments on commit c2e3e7c

Please sign in to comment.