mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Increase delay to account for GitHub artifacts being slow to publish
This commit is contained in:
parent
606ed6ccb0
commit
90c0b787d9
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
run: |
|
||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
sleep 10
|
||||
sleep 120
|
||||
gh run download ${{ github.run_id }} -n hishtory-darwin-amd64
|
||||
gh run download ${{ github.run_id }} -n hishtory-darwin-arm64
|
||||
brew install coreutils
|
||||
|
Loading…
Reference in New Issue
Block a user