Skip to content

Commit

Permalink
Update sign-component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako authored Mar 6, 2024
1 parent 57d51ef commit 1df3e89
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/sign-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,20 @@ jobs:
APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
CODESIGN_ENTITLEMENTS: ${{ secrets.CODESIGN_ENTITLEMENTS }}

- name: get tool version
id: tool
uses: miyako/4D/.github/actions/tool4d-get-version@v1

- name: get tool4d
id: get
uses: miyako/4D/.github/actions/get-tool@v1
with:
platform: macos
branch: 20.x
version: 20.2
build: latest
arch: x86
platform: ${{ steps.tool.outputs.platform }}
branch: ${{ steps.tool.outputs.branch }}
version: ${{ steps.tool.outputs.version }}
build: ${{ steps.tool.outputs.build }}
arch: ${{ steps.tool.outputs.arch }}

- name: build component
id: build
Expand Down

0 comments on commit 1df3e89

Please sign in to comment.