Skip to content

Commit

Permalink
修复CI上传到R2的路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Nov 17, 2024
1 parent 7589cc2 commit 6f22b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
source-dir: build/app/outputs/flutter-apk
destination-dir: ./${{ github.ref_name }}}/
destination-dir: ./${{ github.ref_name }}/


build_windows:
Expand Down Expand Up @@ -143,7 +143,6 @@ jobs:
repo_token: ${{ secrets.LI_GUOHAO_TOKEN }}
file: output.zip
asset_name: ikaros-windows-${{ github.ref_name }}.zip
destination-dir: ./${{ github.ref_name }}}/

- name: Create directory and move/rename file
run: |
Expand All @@ -160,6 +159,7 @@ jobs:
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
source-dir: output
destination-dir: ./${{ github.ref_name }}/


# build_macos:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# 20.2.8

- 去掉条目详情页的选集,直接跳转剧集页选集
- 修复CI上传到R2的路径问题

# 20.2.7

Expand Down

0 comments on commit 6f22b6c

Please sign in to comment.