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:
CODESIGN_IDENT: ${{ inputs.codesignIdent }}
run: |
echo "CODESIGN_IDENT=$(echo $CODESIGN_IDENT)" >> $GITHUB_ENV
build_args=(
-c ${{ inputs.config }}
-t macos-${{ inputs.target }}