From 44f80b5dbef5d2fc25d5d27d93ff99fa9e0f743d Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Mon, 11 Mar 2024 20:05:43 +0100 Subject: [PATCH] download-artifact@v4 has new name handling --- .github/workflows/build_and_release_github.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release_github.yml b/.github/workflows/build_and_release_github.yml index 0441c5a..960f04c 100644 --- a/.github/workflows/build_and_release_github.yml +++ b/.github/workflows/build_and_release_github.yml @@ -69,7 +69,7 @@ jobs: - name: Get Release File Name & Upload URL id: get_release_info run: | - value=`cat release_url/release_url.txt` + value=`cat release_url.txt` echo ::set-output name=upload_url::$value - name: Load git tag from release job uses: actions/download-artifact@v4 @@ -78,7 +78,7 @@ jobs: - name: Get git tag info id: get_tag_info run: | - value=`cat git_tag/git_tag.txt` + value=`cat git_tag.txt` echo ::set-output name=git_tag::$value - name: Sign uber jar with key 5BFB2076ABC48776