Skip to content

Commit 441f3ca

Browse files
Update indus-appstore.yml
1 parent 0283729 commit 441f3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/indus-appstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# The github tag. e.g: v1.0.1
2929
# Download assets from a specific tag/version
30-
tag: ${{ github.ref_name || github.event.inputs.version }}
30+
tag: ${{ github.event.inputs.version || github.ref_name }}
3131
# The name of the file to download.
3232
# Use this field only to specify filenames other than tarball or zipball, if any.
3333
# Supports wildcard pattern (eg: '*', '*.deb', '*.zip' etc..)

0 commit comments

Comments
 (0)