GHA: Fix strip running and failing in gdextension web
This commit is contained in:
parent
69751260a6
commit
b5247dda0f
|
@ -216,7 +216,7 @@ jobs:
|
|||
ls -R out/
|
||||
|
||||
- name: Strip lib
|
||||
if: matrix.opts.platform != 'windows'
|
||||
if: matrix.opts.platform != 'windows' && matrix.opts.platform != 'web'
|
||||
run: |
|
||||
ls -l -R out/addons/limboai/bin/
|
||||
echo "---"
|
||||
|
|
Loading…
Reference in New Issue