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 277b277 commit c9322dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ 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 @@ -47,7 +48,6 @@ jobs:
- name: Build
working-directory: ./lib
run: |
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 c9322dc

Please sign in to comment.