Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaka committed Oct 27, 2024
2 parents e1b67e6 + 21e1a59 commit fd013ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
name: filesystem.zip
if-no-files-found: error
- name: Switch to public branch
run: git checkout pub
- name: Merge changes from main
run: git merge main --strategy-option theirs
run: |
cp ./data/FS_VER /tmp/FS_VER
git checkout HEAD -- ./data/FS_VER
git checkout pub
git merge main --strategy-option theirs
cp /tmp/FS_VER ./data/FS_VER
- name: Move things to FVUDATA for publishing
run: |
git rm -r ./webroot/fvudata/*
Expand Down

0 comments on commit fd013ae

Please sign in to comment.