From 37bb5dad4c764dc0df1782554f35e6b2851c75e4 Mon Sep 17 00:00:00 2001 From: a-wing <1@233.email> Date: Thu, 22 Feb 2024 16:47:51 +0400 Subject: [PATCH] update github actions version 3 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7d943a6..84e71331 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,6 +124,9 @@ jobs: *) tar czf "${TAR_NAME}" "${TAR_BASENAME}"/* ;; esac; + ls + echo "${TAR_NAME}" + # Let subsequent steps know where to find the compressed package echo "TAR_LIVE777_NAME=${TAR_NAME}" >> $GITHUB_ENV