GHA: Debug notarization issue
This commit is contained in:
18
.github/workflows/check-notarization.yml
vendored
Normal file
18
.github/workflows/check-notarization.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Check Notarization
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
id:
|
||||
description: Notarization ID
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
eclipse-distro-build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
name: Notarization Logs
|
||||
run: |
|
||||
xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}
|
||||
Reference in New Issue
Block a user