Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit ea91fc7

Browse files
committed
fix bug of workflow
1 parent 210d902 commit ea91fc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
mv stats deploy/
3939
4040
- name: Process Application
41-
run: |
42-
mkdir deploy/app
43-
mv app deploy/app/
41+
run: mv app deploy/app/
4442

4543
- name: Pack Application
4644
run: |

0 commit comments

Comments
 (0)