Deprecate set-output fron package workflow

pull/720/head
Emmanuel Engelhart 1 year ago
parent dac84999bc
commit 88ceebab8a
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -31,9 +31,9 @@ jobs:
run: |
if [[ $REF == refs/tags* ]]
then
echo "::set-output name=ppa::kiwixteam/release"
echo "ppa=kiwixteam/release" >> $GITHUB_OUTPUT
else
echo "::set-output name=ppa::kiwixteam/dev"
echo "ppa=kiwixteam/dev" >> $GITHUB_OUTPUT
fi
env:
REF: ${{ github.ref }}

Loading…
Cancel
Save