This commit is contained in:
2024-09-09 17:27:11 -05:00
parent a701ce6c54
commit 9ad8e4adfb

View File

@@ -95,7 +95,7 @@ jobs:
- name: upload pre-signing artifact
uses: actions/upload-artifact@v4
with:
name: cboe-${{ matrix.os.name }}-${{ matrix.configuration }}-unsigned
name: cboe-${{ matrix.os.name }}${{ matrix.os.suffix }}-${{ matrix.configuration }}-unsigned
path: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }}${{ matrix.os.suffix }}-${{ matrix.configuration }}-unsigned.tar'
- name: Codesign and notarize
run: './.github/workflows/scripts/mac/sign-apps.sh'