Try workflow command set-output for artifact

This commit is contained in:
2024-05-07 18:58:53 -05:00
parent c14d9ad840
commit 9cbbc0a823

View File

@@ -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: |