mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +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 }}
|
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||||
run: |
|
run: |
|
||||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||||
gh run download -n hishtory-darwin-amd64
|
sleep 10
|
||||||
gh run download -n hishtory-darwin-arm64
|
gh run download ${{ github.run_id }} -n hishtory-darwin-amd64
|
||||||
|
gh run download ${{ github.run_id }} -n hishtory-darwin-arm64
|
||||||
brew install coreutils
|
brew install coreutils
|
||||||
python3 scripts/actions-sign.py
|
python3 scripts/actions-sign.py
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user