Skip to content

Commit 8734f5b

Browse files
authored
Update generate-userscript.sh execution to ignore errors
Modify script execution to prevent failure on error.
1 parent 0ee1856 commit 8734f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686

8787
- name: Run generate-userscript.sh
8888
working-directory: ophirofox
89-
run: bash ./generate-userscript.sh ${{ needs.check-version.outputs.ophirofox_version }}
90-
89+
run: bash ./generate-userscript.sh ${{ needs.check-version.outputs.ophirofox_version }} || true
90+
9191
- name: Debug file existence
9292
run: |
9393
ls -la ./ophirofox/

0 commit comments

Comments
 (0)