Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yufoxda authored Dec 4, 2024
1 parent bd3889a commit 8b51f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Checkout release branch
run: |
git fetch origin
git checkout origin/release -- . # releaseブランチのファイルを作業ツリーに反映
git checkout origin/updatesql -- Database/ompooscores.db # updatesqlのDBファイルを反映
git checkout -b release origin/release
git checkout origin/updatesql -- Database/ompooscores.db
# 7. Commit and push changes to `release`
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 8b51f9c

Please sign in to comment.