Skip to content

Commit b05ac4f

Browse files
committed
Update ci-linux-emulation.yml
Update ci-linux-emulation.yml
1 parent 9919869 commit b05ac4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-emulation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ jobs:
110110
cat ${{ matrix.name }}-${{ matrix.arch }}.url
111111
112112
- name: Create tag env
113-
run: printf '%s\n' "release_tag=$(sed -rn 's|(.*)\[(.*)],\[https://github.com/esnet/iperf],(.*)|\2|p' "${{ matrix.name }}/configure.ac)" >> $GITHUB_ENV
113+
run: printf '%s\n' "release_tag=$(sed -rn 's|(.*)\[(.*)],\[https://github.com/esnet/iperf],(.*)|\2|p' "${{ matrix.name }}/configure.ac")" >> $GITHUB_ENV
114114

115115
- name: Set tag env to output
116116
id: release_tags
117-
run: printf '%s\n' "release_tag=${release_tag}" >> "$GITHUB_OUTPUT"
117+
run: printf '%s\n' "release_tag=${release_tag}" >> $GITHUB_OUTPUT
118118

119119
- name: Generate artifact attestation
120120
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0

0 commit comments

Comments
 (0)