[ci skip] ci: cd upm for each successive step

This commit is contained in:
Oliver Booth 2023-04-02 19:59:17 +01:00
parent cb48dd2551
commit 303617a888
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
3 changed files with 6 additions and 0 deletions

View File

@ -69,12 +69,14 @@ jobs:
- name: Check for changes
run: |
cd upm
git diff --quiet
continue-on-error: true
- name: Commit update
if: ${{ success() }}
run: |
cd upm
git config user.name github-actions
git config user.email github-actions@github.com
git add X10D.dll

View File

@ -75,12 +75,14 @@ jobs:
- name: Check for changes
run: |
cd upm
git diff --quiet
continue-on-error: true
- name: Commit update
if: ${{ success() }}
run: |
cd upm
git config user.name github-actions
git config user.email github-actions@github.com
git add X10D.dll

View File

@ -75,12 +75,14 @@ jobs:
- name: Check for changes
run: |
cd upm
git diff --quiet
continue-on-error: true
- name: Commit update
if: ${{ success() }}
run: |
cd upm
git config user.name github-actions
git config user.email github-actions@github.com
git add X10D.dll