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/
|
ls -R out/
|
||||||
|
|
||||||
- name: Strip lib
|
- name: Strip lib
|
||||||
if: matrix.opts.platform != 'windows'
|
if: matrix.opts.platform != 'windows' && matrix.opts.platform != 'web'
|
||||||
run: |
|
run: |
|
||||||
ls -l -R out/addons/limboai/bin/
|
ls -l -R out/addons/limboai/bin/
|
||||||
echo "---"
|
echo "---"
|
||||||
|
|
Loading…
Reference in New Issue