mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-06 07:16:10 -06:00
Try workflow command set-output for artifact
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -35,7 +35,8 @@ jobs:
|
|||||||
id: get_version
|
id: get_version
|
||||||
run: |
|
run: |
|
||||||
go install github.com/sibprogrammer/xq@latest
|
go install github.com/sibprogrammer/xq@latest
|
||||||
xq ./About/About.xml -x "/ModMetaData/modVersion"
|
VERSION=$(xq ./About/About.xml -x "/ModMetaData/modVersion")
|
||||||
|
echo "::set-output name=result::$VERSION"
|
||||||
|
|
||||||
- name: Move files
|
- name: Move files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user