1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

Change: [Actions] Upgrade import-codesign-certs dependency in macOS build workflow

This commit is contained in:
Owen Rudge
2023-04-26 14:21:29 +01:00
committed by Loïc Guilloux
parent 402baa63f2
commit 7cdb8c92e0

View File

@@ -79,7 +79,7 @@ jobs:
echo "::endgroup::"
- name: Import code signing certificates
uses: Apple-Actions/import-codesign-certs@v1
uses: Apple-Actions/import-codesign-certs@v2
with:
# The certificates in a PKCS12 file encoded as a base64 string
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}