mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2026-01-31 02:25:33 -06:00
Install xq via Go, remove cat pipe
This commit is contained in:
Vendored
+3
-1
@@ -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