mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-06 23:18:37 +00:00
.gitea: fix 386 upload
This commit is contained in:
parent
158118f6d8
commit
9eed26d1b0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create/upload archive (386)
|
- name: Create/upload archive (386)
|
||||||
run: |
|
run: |
|
||||||
go run build/ci.go archive -static -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
|
go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
|
||||||
rm -f build/bin/*
|
rm -f build/bin/*
|
||||||
env:
|
env:
|
||||||
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
|
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue