Update indus-appstore.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2025-08-10 11:52:38 +05:30
committed by GitHub
parent 1d57320133
commit 0283729537

View File

@@ -21,7 +21,7 @@ jobs:
- name: Echo Release name
run: |
echo "${{ github.ref_name || github.event.inputs.version }}"
echo "${{ github.event.inputs.version || github.ref_name }}"
- uses: robinraju/release-downloader@v1
with: