mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-16 12:12:58 -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
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user