mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 07:38:17 +03:00
output var fix
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
id: get-url
|
||||
run: |
|
||||
UPLOAD_URL=$(curl -s -X GET -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" "https://gitea.tendokyu.moe/api/v1/repos/ppc/amnet/releases/tags/$TAG" | jq -r '.upload_url')
|
||||
echo "url=$UPLOAD_URL" >> $GITHUB_ENV
|
||||
echo "url=$UPLOAD_URL" >> $GITHUB_OUTPUT
|
||||
|
||||
build-server:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user