mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Don't try to validate other mods version info
This commit is contained in:
parent
f2f2100334
commit
cb219a52c0
6
.github/workflows/ksp-publish.yml
vendored
6
.github/workflows/ksp-publish.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
|||||||
python -m pip install yaclog yaclog-ksp
|
python -m pip install yaclog yaclog-ksp
|
||||||
python Scripts/version.py
|
python Scripts/version.py
|
||||||
|
|
||||||
|
- name: Validate files
|
||||||
|
uses: DasSkelett/AVC-VersionFileValidator@master
|
||||||
|
|
||||||
- name: Download DLL Dependencies
|
- name: Download DLL Dependencies
|
||||||
working-directory: Source
|
working-directory: Source
|
||||||
run: |
|
run: |
|
||||||
@ -49,9 +52,6 @@ jobs:
|
|||||||
mv ModuleManager*.dll GameData/
|
mv ModuleManager*.dll GameData/
|
||||||
mv B9PartSwitch/GameData/B9PartSwitch GameData/
|
mv B9PartSwitch/GameData/B9PartSwitch GameData/
|
||||||
|
|
||||||
- name: Validate files
|
|
||||||
uses: DasSkelett/AVC-VersionFileValidator@master
|
|
||||||
|
|
||||||
- name: Upload Unbundled Build
|
- name: Upload Unbundled Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user