Skip to content

Commit

Permalink
修改目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
licong committed Dec 28, 2022
1 parent 8d1ef3b commit c56d9c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
go install github.com/mitchellh/gox@latest
mkdir dist
perl build.pl
perl .github/build.pl
- name: Test
run: go test -v util.go util_test.go
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/mitchellh/gox@latest
mkdir dist
perl build.pl
perl .github/build.pl
ls -al dist/
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down
File renamed without changes.

0 comments on commit c56d9c4

Please sign in to comment.