We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0283729 commit 441f3caCopy full SHA for 441f3ca
.github/workflows/indus-appstore.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
# The github tag. e.g: v1.0.1
29
# Download assets from a specific tag/version
30
- tag: ${{ github.ref_name || github.event.inputs.version }}
+ tag: ${{ github.event.inputs.version || github.ref_name }}
31
# The name of the file to download.
32
# Use this field only to specify filenames other than tarball or zipball, if any.
33
# Supports wildcard pattern (eg: '*', '*.deb', '*.zip' etc..)
0 commit comments