From f7a2cc5a7d2e0de8dbb6abac4a07d9740f2d44a4 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Fri, 21 Apr 2023 22:27:47 +0200 Subject: [PATCH] CI: modernize GH release creation details: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ --- .github/workflows/build_source_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_source_release.yml b/.github/workflows/build_source_release.yml index 3de43ed3..f2567459 100644 --- a/.github/workflows/build_source_release.yml +++ b/.github/workflows/build_source_release.yml @@ -26,7 +26,7 @@ jobs: mv /tmp/$PKGNAME . TARBALL=$PKGNAME.tar.xz tar cJf $TARBALL $PKGNAME - echo "::set-output name=tarball::$TARBALL" + echo "tarball=$TARBALL" >> $GITHUB_OUTPUT - name: upload tarball uses: actions/upload-release-asset@v1