Upload also GodotSharp dir in mono build for Linux

This commit is contained in:
Serhii Snitsaruk 2023-09-16 13:27:15 +02:00
parent a998b45341
commit dd01cc82bb
1 changed files with 1 additions and 1 deletions

View File

@ -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