Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Jan 6, 2021
1 parent b3d8ee1 commit 4c3e632
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ jobs:
run: go mod download

- name: Build
run: go build -v .
run: |
go build -v .
./upx -v
- name: Install
run: |
go get -u github.com/upyun/upx
upx -v

0 comments on commit 4c3e632

Please sign in to comment.