mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Fix ci (#1530)
This commit is contained in:
parent
956753646a
commit
53c0b9f82a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -300,7 +300,7 @@ jobs:
|
|||
|
||||
- name: Upload code and chain data
|
||||
if: always()
|
||||
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
with:
|
||||
name: code_${{ github.run_id }}
|
||||
path: code.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue