CI: Attempt to fix codesign identity for macOS

This commit is contained in:
tt2468
2022-09-01 05:08:04 -07:00
parent 8823ecd209
commit b7b1885308

View File

@ -33,6 +33,8 @@ runs:
env: env:
CODESIGN_IDENT: ${{ inputs.codesignIdent }} CODESIGN_IDENT: ${{ inputs.codesignIdent }}
run: | run: |
echo "CODESIGN_IDENT=$(echo $CODESIGN_IDENT)" >> $GITHUB_ENV
build_args=( build_args=(
-c ${{ inputs.config }} -c ${{ inputs.config }}
-t macos-${{ inputs.target }} -t macos-${{ inputs.target }}