mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 03:47:54 +02:00
Download the artifact from this specific run to ensure we aren't getting outdated hishtory binaries
This commit is contained in:
parent
19b9f67724
commit
606ed6ccb0
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -128,8 +128,9 @@ jobs:
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
run: |
|
||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
gh run download -n hishtory-darwin-amd64
|
||||
gh run download -n hishtory-darwin-arm64
|
||||
sleep 10
|
||||
gh run download ${{ github.run_id }} -n hishtory-darwin-amd64
|
||||
gh run download ${{ github.run_id }} -n hishtory-darwin-arm64
|
||||
brew install coreutils
|
||||
python3 scripts/actions-sign.py
|
||||
- name: Upload Artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user