Fix deprecated set-output
This commit is contained in:
parent
bd887fa3fc
commit
e2515272f8
11 changed files with 29 additions and 29 deletions
build/targets
|
@ -49,9 +49,9 @@ main() {
|
|||
echo "[+] Finished building OpenSSH ${CURRENT_ARCH}"
|
||||
|
||||
OPENSSH_VERSION=$(echo $OPENSSH_VERSION | sed 's/-//')
|
||||
echo ::set-output name=PACKAGED_NAME::"${OPENSSH_VERSION}"
|
||||
echo ::set-output name=PACKAGED_NAME_PATH::"/output/*"
|
||||
echo ::set-output name=PACKAGED_VERSION::"${version_number}"
|
||||
echo "PACKAGED_NAME=${OPENSSH_VERSION} >> $GITHUB_OUTPUT"
|
||||
echo "PACKAGED_NAME_PATH=/output/* >> $GITHUB_OUTPUT"
|
||||
echo "PACKAGED_VERSION=${version_number} >> $GITHUB_OUTPUT"
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue