Update flutter-build.yml
This commit is contained in:
parent
3fab42b8d1
commit
8ce1bb1b0b
24
.github/workflows/flutter-build.yml
vendored
24
.github/workflows/flutter-build.yml
vendored
@ -102,14 +102,14 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
runner_res=$(find . -name "Runner.res")
|
runner_res=$(find . -name "Runner.res");
|
||||||
if [ "$runner_res" == "" ]; then
|
if [ "$runner_res" == "" ]; then
|
||||||
echo "Runner.res: not found"
|
echo "Runner.res: not found";
|
||||||
else
|
else
|
||||||
echo "Runner.res: $runner_res"
|
echo "Runner.res: $runner_res";
|
||||||
cp $runner_res ./Runner.res
|
cp $runner_res ./libs/portable/Runner.res;
|
||||||
echo "list ./Runner.res"
|
echo "list ./libs/portable/Runner.res";
|
||||||
ls -l ./Runner.res
|
ls -l ./libs/portable/Runner.res;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Sign rustdesk files
|
- name: Sign rustdesk files
|
||||||
@ -220,14 +220,14 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
runner_res=$(find . -name "Runner.res")
|
runner_res=$(find . -name "Runner.res");
|
||||||
if [ "$runner_res" == "" ]; then
|
if [ "$runner_res" == "" ]; then
|
||||||
echo "Runner.res: not found"
|
echo "Runner.res: not found";
|
||||||
else
|
else
|
||||||
echo "Runner.res: $runner_res"
|
echo "Runner.res: $runner_res";
|
||||||
cp $runner_res ./Runner.res
|
cp $runner_res ./libs/portable/Runner.res;
|
||||||
echo "list ./Runner.res"
|
echo "list ./libs/portable/Runner.res";
|
||||||
ls -l ./Runner.res
|
ls -l ./libs/portable/Runner.res;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Sign rustdesk files
|
- name: Sign rustdesk files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user