mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-16 16:13:01 -06:00
Install xq via Go, remove cat pipe
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,7 +33,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Version
|
- name: Get Version
|
||||||
id: get_version
|
id: get_version
|
||||||
run: cat ./About/About.xml | xq ./About/About.xml -x "/ModMetaData/modVersion"
|
run: |
|
||||||
|
go install github.com/sibprogrammer/xq@latest
|
||||||
|
xq ./About/About.xml -x "/ModMetaData/modVersion"
|
||||||
|
|
||||||
- name: Move files
|
- name: Move files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user