mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 22:11:13 +01:00
Fix incorrect uses call
This commit is contained in:
parent
ba2bfc18d3
commit
76bdad0b78
2
.github/workflows/build-and-sign-macos.yml
vendored
2
.github/workflows/build-and-sign-macos.yml
vendored
@ -9,8 +9,8 @@ jobs:
|
||||
macos:
|
||||
runs-on: macos-11.0
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download and sign the latest executables
|
||||
uses: actions/checkout@v2
|
||||
env:
|
||||
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
|
Loading…
Reference in New Issue
Block a user