Skip to content

Commit

Permalink
ci: fix bsc not found
Browse files Browse the repository at this point in the history
  • Loading branch information
echoy-harmonicinc committed Aug 29, 2023
1 parent c9322dc commit a755842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
npm ci
npm run ropm-ci
npm run validate
npm run build
npm-release:
#only run this task for version-tagged releases
if: startsWith(github.ref, 'refs/tags/v')
Expand Down Expand Up @@ -48,6 +47,8 @@ jobs:
- name: Build
working-directory: ./lib
run: |
npm ci
npm run build
tar -zcf out/hlit-rafx-ssai-brs.tar.gz out/.roku-deploy-staging
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit a755842

Please sign in to comment.