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

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo authored Jul 21, 2021
1 parent bd17f87 commit ae045dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: Build Web
run: |
npm install yarn -g
npm install -g @quasar/cli
chmod +x upx.sh;cd GroupManager/Web;yarn install;quasar build
yarn add -D @quasar/cli
chmod +x upx.sh;cd GroupManager/Web;yarn;yarn install;yarn quasar build
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit ae045dc

Please sign in to comment.