mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-11 06:58:02 -05:00
Compare commits
2 Commits
v1.5.0-bet
...
v1.5.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2da00b3930 | ||
|
|
f5db041ad8 |
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@@ -47,18 +47,21 @@ jobs:
|
||||
|
||||
- name: Create windows zip file
|
||||
run: |
|
||||
env
|
||||
echo ${GITHUB_REF}
|
||||
echo $(git describe --abbrev=0)
|
||||
mv ethdo-windows-4.0-amd64.exe ethdo.exe
|
||||
zip --junk-paths ethdo-${GITHUB_REF}-windows-exe.zip ethdo.exe
|
||||
zip --junk-paths ethdo-$(git describe --abbrev=0)-windows-exe.zip ethdo.exe
|
||||
|
||||
- name: Create linux AMD64 tgz file
|
||||
run: |
|
||||
mv ethdo-linux-amd64 ethdo
|
||||
tar zcf ethdo-${GITHUB_REF}-linux-amd64.tar.gz ethdo
|
||||
tar zcf ethdo-$(git describe --abbrev=0)-linux-amd64.tar.gz ethdo
|
||||
|
||||
- name: Create linux ARM64 tgz file
|
||||
run: |
|
||||
mv ethdo-linux-arm64 ethdo
|
||||
tar zcf ethdo-${GITHUB_REF}-linux-arm64.tar.gz ethdo
|
||||
tar zcf ethdo-$(git describe --abbrev=0)-linux-arm64.tar.gz ethdo
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user