Skip to content

Commit

Permalink
修复actions签出错误分支
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Jan 14, 2025
1 parent b823201 commit 51a3d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
# 签出代码
- uses: actions/checkout@v4
with:
ref: dev
ref: master
# 设置Flutter环境
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
# 签出代码
- uses: actions/checkout@v4
with:
ref: dev
ref: master
# 设置Flutter环境
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 51a3d0d

Please sign in to comment.