Skip to content

Commit

Permalink
UPBGE: Update publish-api-and-stubs.yml
Browse files Browse the repository at this point in the history
It fails because several submodules have "main" and others "master" as principal branch.
  • Loading branch information
lordloki authored Feb 3, 2025
1 parent 39b7210 commit d4ebe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api-and-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cd upbge/scripts && \
git submodule sync && \
git submodule update --init --recursive --remote && \
git submodule foreach git pull --rebase
git submodule foreach 'branch=$(git symbolic-ref --short refs/remotes/origin/HEAD | sed "s|origin/||"); git checkout $branch && git pull --rebase origin $branch'
- name: Download Precompiled Libs
run: |
Expand Down

0 comments on commit d4ebe42

Please sign in to comment.