We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afae504 commit 02d4eadCopy full SHA for 02d4ead
action.yml
@@ -41,7 +41,7 @@ runs:
41
# TODO automate the update of the tag for download
42
- name: Download the self-contained .NET program
43
shell: bash
44
- run: wget https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.005/fsharp-program.tar.gz
+ run: wget https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.008/fsharp-program.tar.gz
45
- name: Uncompress the .NET program
46
47
run: tar -xf fsharp-program.tar.gz out/
0 commit comments