Skip to content

Commit

Permalink
Merge pull request #966 from openmultiplayer/amir/update-ci
Browse files Browse the repository at this point in the history
cd into SDK and network directory on update
  • Loading branch information
AmyrAhmady committed Aug 17, 2024
2 parents 85650d5 + 63ae5a6 commit 9b890bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
if: always()
shell: bash
run: |
cd SDK
git rebase dev
git push || true
Expand All @@ -43,5 +44,6 @@ jobs:
if: always()
shell: bash
run: |
cd Network
git rebase dev
git push || true

0 comments on commit 9b890bf

Please sign in to comment.