Update release-lte-mod.yml

This commit is contained in:
Henrik
2025-02-09 00:10:27 +01:00
committed by GitHub
parent 6a488256f8
commit 30d2da5804

View File

@@ -27,7 +27,7 @@ jobs:
working-directory: ./ working-directory: ./
run: | run: |
cd p9_lte_combos_mod cd p9_lte_combos_mod
zip -r ../p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip ./* zip -r ../p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip ./*
cd .. cd ..
- name: Create Release - name: Create Release
@@ -41,7 +41,7 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
files: | files: |
p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip
- name: Update updater JSON - name: Update updater JSON
run: | run: |
@@ -49,7 +49,7 @@ jobs:
{ {
"version": "${{ env.MOD_VERSION }}", "version": "${{ env.MOD_VERSION }}",
"versionCode": ${{ env.MOD_VERSIONCODE }}, "versionCode": ${{ env.MOD_VERSIONCODE }},
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod_v{{ env.MOD_VERSION }}.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-LTE.md" "changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-LTE.md"
} }
EOF EOF