From 98767e88e72bf02297ff4e6a2f81b0399a83b7eb Mon Sep 17 00:00:00 2001 From: badaix Date: Sun, 18 Aug 2024 22:54:15 +0200 Subject: [PATCH] Fix --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 5168f71f..80729503 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -36,11 +36,11 @@ jobs: --title="Snapcast v0.0.0" \ --notes-file changelog_current.md \ ) - echo "TAG=$(basename $URL)" >> $GITHUB_ENV + echo "TAG=$(basename $URL)" >> $GITHUB_OUTPUT - name: Use the value id: step_two run: | - echo "${{ env.TAG }}" + echo ${{ jobs.release.outputs.TAG }} # https://github.com/badaix/snapcast/releases/tag/untagged-e3aef68bf08c739796d1 deb: @@ -75,7 +75,7 @@ jobs: steps: - name: Use the value run: | - echo "${{ env.TAG }}" + echo ${{ jobs.release.outputs.TAG }} - name: Get dependencies run: apt-get update && apt-get install -yq wget debhelper build-essential cmake git rename libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev python3 ccache unzip env: