We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e574 commit 269075aCopy full SHA for 269075a
1 file changed
.github/workflows/build.yml
@@ -134,7 +134,7 @@ jobs:
134
if: ${{ steps.compile.outcome == 'success' }}
135
run: |
136
version=$(meson introspect --projectinfo build | jq -r '.version')
137
- echo "VERSION=$version" >> "$GITHUB_ENV"
+ echo "VERSION=$version" >> "$GITHUB_OUTPUT"
138
139
tarball_name=linux-enable-ir-emitter-${{ inputs.buildtype }}-${version}.systemd.x86-64.tar.gz
140
echo "TARBALL_NAME=$tarball_name" >> "$GITHUB_ENV"
0 commit comments