Skip to content

Commit

Permalink
修复路径错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme authored Oct 27, 2023
1 parent 3fed7e2 commit e2b3c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
compile-sketch:
compress:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Copy compressed files
run: |
cp -rf /main/web-pages/*.gz /compressed/compressed
cp -rf main/web-pages/*.gz compressed/compressed
- name: Remove commits and Push
run: |
Expand Down

0 comments on commit e2b3c43

Please sign in to comment.