Deprecate set-output fron package workflow

This commit is contained in:
Emmanuel Engelhart 2024-12-20 16:43:50 +01:00
parent dac84999bc
commit 88ceebab8a
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -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 }}