build(deps): Bump apple-actions/import-codesign-certs from 2 to 3 (#339)
Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 2 to 3. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v2...v3) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fac499548
commit
f1fbe5716c
2
.github/workflows/new_tag_release.yaml
vendored
2
.github/workflows/new_tag_release.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: |
|
||||
echo ${{ secrets.CERT_B64 }} | base64 -d | zcat > desktopApp/macos-dev.cer
|
||||
- name: "Import signing certificate"
|
||||
uses: apple-actions/import-codesign-certs@v2
|
||||
uses: apple-actions/import-codesign-certs@v3
|
||||
with:
|
||||
p12-filepath: desktopApp/macos-dev.cer
|
||||
p12-password: ${{ secrets.CERT_PASSWD }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user