Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 18, 2024
1 parent f45aa6b commit 98767e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 98767e8

Please sign in to comment.