mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-12 06:19:53 +05:00
Update workflow.yml
This commit is contained in:
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@@ -145,7 +145,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
"version": "${{ inputs.version }}",
|
"version": "${{ inputs.version }}",
|
||||||
"versionCode": ${{ inputs.version_code }},
|
"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.release_tag }}zaprett.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
"version": "${{ inputs.version }}",
|
"version": "${{ inputs.version }}",
|
||||||
"versionCode": ${{ inputs.version_code }},
|
"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.release_tag }}zaprett-extended.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
@@ -161,7 +161,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
"version": "${{ inputs.version }}",
|
"version": "${{ inputs.version }}",
|
||||||
"versionCode": ${{ inputs.version_code }},
|
"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.release_tag }}zaprett-tv.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user