Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfloxolodeiro authored Oct 19, 2022
1 parent 69c3c3b commit 5b1516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: echo "EXPERIMENT_GROUP=autoassign" >> $env:GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:win32
Expand Down

0 comments on commit 5b1516f

Please sign in to comment.