diff --git a/.github/workflows/build-qt.yml b/.github/workflows/build-qt.yml index c2a1975da..3fa05cf67 100644 --- a/.github/workflows/build-qt.yml +++ b/.github/workflows/build-qt.yml @@ -256,11 +256,13 @@ jobs: ${HOME}/qt_local_build/sqlcipher_linux_x86_64 - name: Work out tag + # TODO: This seems to be ignored and instead the release gets + # called untagged- if: matrix.os == 'ubuntu-22.04' id: vars run: | set -eux -o pipefail - echo "tag=qt_${GITHUB_SHA}" >> "${GITHUB_OUTPUT}" + echo "tag=qt_${GITHUB_SHA}" >> $GITHUB_OUTPUT - name: Release Qt if: matrix.os == 'ubuntu-22.04' uses: ncipollo/release-action@v1