mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:28:48 +00:00
[ci skip] ci: cd upm before git diff
This commit is contained in:
parent
6fd7f8d84c
commit
a093e91502
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@ -60,14 +60,15 @@ jobs:
|
|||||||
cp package.json upm/package.json
|
cp package.json upm/package.json
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
run: git diff --quiet
|
run: |
|
||||||
|
cd upm
|
||||||
|
git diff --quiet
|
||||||
shell: bash
|
shell: bash
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
cd upm
|
|
||||||
cp ../X10D/bin/Debug/netstandard2.1/X10D.dll ./X10D.dll
|
cp ../X10D/bin/Debug/netstandard2.1/X10D.dll ./X10D.dll
|
||||||
cp ../X10D/bin/Debug/netstandard2.1/X10D.xml ./X10D.xml
|
cp ../X10D/bin/Debug/netstandard2.1/X10D.xml ./X10D.xml
|
||||||
cp ../X10D.Unity/bin/Debug/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
cp ../X10D.Unity/bin/Debug/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
||||||
|
5
.github/workflows/prerelease.yml
vendored
5
.github/workflows/prerelease.yml
vendored
@ -66,14 +66,15 @@ jobs:
|
|||||||
cp package.json upm/package.json
|
cp package.json upm/package.json
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
run: git diff --quiet
|
run: |
|
||||||
|
cd upm
|
||||||
|
git diff --quiet
|
||||||
shell: bash
|
shell: bash
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
cd upm
|
|
||||||
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll
|
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll
|
||||||
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml
|
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml
|
||||||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
||||||
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -66,14 +66,15 @@ jobs:
|
|||||||
cp package.json upm/package.json
|
cp package.json upm/package.json
|
||||||
|
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
run: git diff --quiet
|
run: |
|
||||||
|
cd upm
|
||||||
|
git diff --quiet
|
||||||
shell: bash
|
shell: bash
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
cd upm
|
|
||||||
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll
|
cp ../X10D/bin/Release/netstandard2.1/X10D.dll ./X10D.dll
|
||||||
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml
|
cp ../X10D/bin/Release/netstandard2.1/X10D.xml ./X10D.xml
|
||||||
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
cp ../X10D.Unity/bin/Release/netstandard2.1/X10D.Unity.dll ./X10D.Unity.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user