Skip to content

Commit

Permalink
chore: setup build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Feb 1, 2024
1 parent f7dc7dd commit 90b68aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '20'
- run: npm ci
- run: npm run build
- run: echo "OS=${$RUNNER_OS,,}" >>${GITHUB_ENV}
- run: echo "OS=${RUNNER_OS,,}" >>${GITHUB_ENV}
- run: tar -czvf openbmclapi-${OS}.tar.gz dist nginx package.json node_modules
- run: |
npm run build:sea
Expand Down

0 comments on commit 90b68aa

Please sign in to comment.