Upload also GodotSharp dir in mono build for Linux
This commit is contained in:
parent
a998b45341
commit
dd01cc82bb
|
@ -176,7 +176,7 @@ jobs:
|
||||||
strip ./bin/godot.*
|
strip ./bin/godot.*
|
||||||
chmod +x ./bin/godot.*
|
chmod +x ./bin/godot.*
|
||||||
mkdir -p ${{env.OUTDIR}}
|
mkdir -p ${{env.OUTDIR}}
|
||||||
mv ./bin/godot.* ${{env.OUTDIR}}
|
mv bin/* ${{env.OUTDIR}}
|
||||||
ls -R out/
|
ls -R out/
|
||||||
|
|
||||||
- name: Rename templates
|
- name: Rename templates
|
||||||
|
|
Loading…
Reference in New Issue