Fix download-verify-element-tarball not consuming inputs.tag
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/28305/merge
parent
0525887be4
commit
bd0bb879ec
|
@ -14,7 +14,7 @@ runs:
|
||||||
id: current_download
|
id: current_download
|
||||||
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1
|
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1
|
||||||
with:
|
with:
|
||||||
tag: steps.current_version.outputs.version
|
tag: ${{ inputs.tag }}
|
||||||
fileName: element-*.tar.gz*
|
fileName: element-*.tar.gz*
|
||||||
out-file-path: ${{ runner.temp }}/download-verify-element-tarball
|
out-file-path: ${{ runner.temp }}/download-verify-element-tarball
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue