mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-07 22:27:00 -04:00
Replace deprecated 'set-output' in workflows
This commit is contained in:
parent
a809c671fd
commit
a3708c68ce
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ $REF == refs/tags* ]]
|
if [[ $REF == refs/tags* ]]
|
||||||
then
|
then
|
||||||
echo "::set-output name=ppa::kiwixteam/release"
|
echo "ppa=kiwixteam/release" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "::set-output name=ppa::kiwixteam/dev"
|
echo "ppa=kiwixteam/dev" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
REF: ${{ github.ref }}
|
REF: ${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user