Replace deprecated 'set-output' in workflows

This commit is contained in:
Emmanuel Engelhart 2024-12-20 08:24:48 +01:00
parent a809c671fd
commit a3708c68ce
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -32,9 +32,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 }}