Skip to content

Commit

Permalink
UPBGE: Update publish-api-and-stubs.yml
Browse files Browse the repository at this point in the history
Fix new submodules clone & checkout
  • Loading branch information
lordloki authored Feb 3, 2025
1 parent 8dc36a7 commit 39b7210
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-api-and-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ jobs:
ref: "master"
path: "upbge"

- name: Checkout addons and addons_contrib
- name: Checkout Submodules
run: |
cd upbge/scripts && \
git clone https://github.com/UPBGE/blender-addons.git addons && \
git submodule sync && \
git submodule update --init --recursive --remote && \
git submodule foreach git checkout main && \
git submodule foreach git pull --rebase origin main && \
git clone https://projects.blender.org/blender/blender-addons-contrib.git addons_contrib
git submodule foreach git pull --rebase
- name: Download Precompiled Libs
run: |
Expand Down

0 comments on commit 39b7210

Please sign in to comment.