From a6edf2d6b53793bd4f701c51e8577255d74a4cca Mon Sep 17 00:00:00 2001 From: tom twinkle <47764757+tomtwinkle@users.noreply.github.com> Date: Sat, 6 Feb 2021 22:53:20 +0900 Subject: [PATCH] fix ci --- .github/readme_update | Bin 2880400 -> 2880400 bytes .github/readme_update.go | 2 +- .github/workflows/release.yml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/readme_update b/.github/readme_update index 703d232060ae19fae5e742a204bf596e110dcfad..016fa24d2c66da3af29d2a5cb89f5f0e3fc3688c 100644 GIT binary patch delta 230 zcmWm5xembq0D$4teb;^8_c1Uq7>ig)3`lgA7$g;`xVjpw9z?=s@Em;tgV*pIzVW+# zAHogKyI9+H)tM}EedeJ2^ZY( zzzZMz2q1_M!ieC1qlh7n1d>Q0jSRBLA&&xzD4~oBs;Hrk2AXK0jSjky(0kcp|NZ#^ Dl@C`9 diff --git a/.github/readme_update.go b/.github/readme_update.go index 6c1d4d1..7745191 100644 --- a/.github/readme_update.go +++ b/.github/readme_update.go @@ -11,7 +11,7 @@ const ReadmeTemplateFile = "./README.md.tmpl" const ReadmeFile = "../README.md" // export GOOS=linux -// export GOARCH=386 +// export GOARCH=amd64 // go build -o .github/readme_update .github/readme_update.go func main() { args := os.Args[1:] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38f024c..f7fa74f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: echo VERSION=$VERSION echo FOLDERNAME=$FOLDERNAME + chmod +x .github/readme_update sh .github/readme_update version $VERSION folderfile $FOLDERNAME - name: Commit files run: |