Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo committed Jun 18, 2021
2 parents c7c542a + 1c2d422 commit 4c77237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
npm install yarn -g
npm install -g @quasar/cli
cd Web;yarn install;quasar build
chmod +x upx.sh;cd Web;yarn install;quasar build
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ builds:
- goos: android
goarch: 386
hooks:
post:
- cmd: ./upx.sh "{{ .Os }}" "{{ .Path }}"
post: ./upx.sh {{ .Os }} {{ .Path }}
archives:
-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit 4c77237

Please sign in to comment.