From c843494c8a1e85f926d9926af880e9194dd1c43b Mon Sep 17 00:00:00 2001 From: CherretGit <53180941+CherretGit@users.noreply.github.com> Date: Sat, 14 Jun 2025 23:56:32 +0700 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fec3f0e..bc2d4c8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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.release_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.release_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.release_tag }}zaprett-tv.zip", "changelog": "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/main/changelog.md" } EOF