Skip to content

Commit

Permalink
fix bug of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jun 18, 2023
1 parent 210d902 commit ea91fc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
mv stats deploy/
- name: Process Application
run: |
mkdir deploy/app
mv app deploy/app/
run: mv app deploy/app/

- name: Pack Application
run: |
Expand Down

0 comments on commit ea91fc7

Please sign in to comment.