Skip to content

Commit 762eba5

Browse files
committed
Output goversionm
1 parent 534057e commit 762eba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ jobs:
274274
run: |
275275
go version -m dist/gateway_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}*/gateway > goversionm_${{ github.run_id }}_${{ github.run_number }}_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}.txt
276276
echo "goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)" >> $GITHUB_OUTPUT
277-
cat $GITHUB_OUTPUT
277+
goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)
278+
cat $goversionm
278279
279280
- name: Generate Assertion Document
280281
id: assertiondoc

0 commit comments

Comments
 (0)