Skip to content

Commit

Permalink
修正R2上的目录名
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Nov 17, 2024
1 parent 144cc8b commit 139bd5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 @@ -159,7 +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 }}/
destination-dir: ./${{ github.ref_name }}


# build_macos:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。

# 20.2.11

- 修正R2上的目录名

# 20.2.10

- 修复剧集页弹幕数据无法正常更新的问题
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ikaros
description: ikaros app by flutter
version: 20.2.10
version: 20.2.11

environment:
sdk: '>=2.18.4 <=3.10.5'
Expand Down

0 comments on commit 139bd5b

Please sign in to comment.