We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d60ae5 commit ae42ee9Copy full SHA for ae42ee9
action.yml
@@ -49,8 +49,7 @@ runs:
49
shell: bash
50
env:
51
PACKAGE_URL: 'https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.008/fsharp-program.tar.gz'
52
- run: |
53
- wget "${PACKAGE_URL}" -o "${HELPER_PATH}.tar.gz"
+ run: wget -O "${HELPER_PATH}.tar.gz" "${PACKAGE_URL}"
54
- name: Uncompress the .NET program
55
56
run: tar -xf "${HELPER_PATH}.tar.gz" "${HELPER_PATH}/"
0 commit comments