mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Run signer on push and have it sleep
This commit is contained in:
parent
f8e73de41a
commit
eed2459d99
4
.github/workflows/build-and-sign-macos.yml
vendored
4
.github/workflows/build-and-sign-macos.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
types:
|
||||
- completed
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
jobs:
|
||||
macos:
|
||||
runs-on: macos-11.0
|
||||
@ -15,6 +18,7 @@ jobs:
|
||||
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
run: |
|
||||
sleep 900
|
||||
brew install md5sha1sum
|
||||
export TAG_NAME=`curl https://api.github.com/repos/ddworken/hishtory/releases/latest | jq -r .tag_name`
|
||||
curl -o hishtory-darwin-arm64 https://github.com/ddworken/hishtory/releases/download/$TAG_NAME-darwin-arm64/hishtory-darwin-arm64
|
||||
|
Loading…
Reference in New Issue
Block a user