Skip to content

Commit ae42ee9

Browse files
committed
fix: wget command
1 parent 9d60ae5 commit ae42ee9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ runs:
4949
shell: bash
5050
env:
5151
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"
52+
run: wget -O "${HELPER_PATH}.tar.gz" "${PACKAGE_URL}"
5453
- name: Uncompress the .NET program
5554
shell: bash
5655
run: tar -xf "${HELPER_PATH}.tar.gz" "${HELPER_PATH}/"

0 commit comments

Comments
 (0)