Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Feb 6, 2021
1 parent 944e128 commit a6edf2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified .github/readme_update
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/readme_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a6edf2d

Please sign in to comment.