We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c941965 commit 764b329Copy full SHA for 764b329
action.yml
@@ -52,7 +52,7 @@ runs:
52
- name: Download the self-contained .NET program
53
shell: bash
54
env:
55
- PACKAGE_URL: 'https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.008/fsharp-program.tar.gz'
+ PACKAGE_URL: 'https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.017/fsharp-program.tar.gz'
56
run: wget -O "${HELPER_PATH}.tar.gz" "${PACKAGE_URL}"
57
- name: Uncompress the .NET program
58
0 commit comments