Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
celetor committed Sep 9, 2022
1 parent 6a07455 commit 7d0488a
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 @@ -85,7 +85,7 @@ jobs:
sed -i "/applicationId/c\\applicationId '${{ matrix.userName }}.tvbox.osc'" ./app/build.gradle
- name: xwalk_shared_library Fix
if: ${{ env.commit }} && ${{ env.local_xwalk == 'true' }}
if: ${{ env.commit && env.local_xwalk == 'true'}}
working-directory: TVBoxOSC
run: |
echo 'copy library'
Expand Down

0 comments on commit 7d0488a

Please sign in to comment.