Skip to content

Commit 269075a

Browse files
authored
fix(CI/build): version was echo in ENV and not OUTPUT
1 parent a95e574 commit 269075a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: ${{ steps.compile.outcome == 'success' }}
135135
run: |
136136
version=$(meson introspect --projectinfo build | jq -r '.version')
137-
echo "VERSION=$version" >> "$GITHUB_ENV"
137+
echo "VERSION=$version" >> "$GITHUB_OUTPUT"
138138
139139
tarball_name=linux-enable-ir-emitter-${{ inputs.buildtype }}-${version}.systemd.x86-64.tar.gz
140140
echo "TARBALL_NAME=$tarball_name" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)