Update workflow.yml

This commit is contained in:
egor-white
2025-06-20 15:45:29 +03:00
committed by GitHub
parent ffb296744b
commit f1d3ec0b5e

View File

@@ -145,7 +145,7 @@ jobs:
{
"version": "${{ inputs.version }}",
"versionCode": ${{ inputs.version_code }},
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.release_tag }}zaprett.zip",
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.tag }}zaprett.zip",
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
}
EOF
@@ -153,7 +153,7 @@ jobs:
{
"version": "${{ inputs.version }}",
"versionCode": ${{ inputs.version_code }},
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.release_tag }}zaprett-extended.zip",
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.tag }}zaprett-extended.zip",
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
}
EOF
@@ -161,7 +161,7 @@ jobs:
{
"version": "${{ inputs.version }}",
"versionCode": ${{ inputs.version_code }},
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.release_tag }}zaprett-tv.zip",
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ inputs.tag }}zaprett-tv.zip",
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
}
EOF