Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao authored Sep 4, 2023
1 parent 2a67581 commit 5350bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: node -p -e '`VERSION=${require("./package.json").version}`' >> $Env:GITHUB_ENV
- run: node -p -e '`VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
- run: npm install
- run: npm run make
- name: Upload Setup
Expand Down

0 comments on commit 5350bbb

Please sign in to comment.