mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-19 03:57:47 -04:00
Deprecate set-output fron package workflow
This commit is contained in:
parent
dac84999bc
commit
88ceebab8a
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -31,9 +31,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