From 75f8320041f541511cbdde0edb373966502673ba Mon Sep 17 00:00:00 2001 From: Henrik <15855905+high3eam@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:45:14 +0100 Subject: [PATCH] Update release-lte-mod.yml --- .github/workflows/release-lte-mod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-lte-mod.yml b/.github/workflows/release-lte-mod.yml index bc018c2..f8f5141 100644 --- a/.github/workflows/release-lte-mod.yml +++ b/.github/workflows/release-lte-mod.yml @@ -27,7 +27,7 @@ jobs: working-directory: ./ run: | cd p9_lte_combos_mod - zip -r ../p9_lte_combos_mod.zip ./* + zip -r ../p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip ./* cd .. - name: Create Release @@ -41,7 +41,7 @@ jobs: draft: false prerelease: false files: | - p9_lte_combos_mod.zip + p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip - name: Update updater JSON run: | @@ -49,7 +49,7 @@ jobs: { "version": "${{ env.MOD_VERSION }}", "versionCode": ${{ env.MOD_VERSIONCODE }}, - "zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod.zip", + "zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip", "changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog.md" } EOF