Skip to content

Commit 02d4ead

Browse files
committed
fix: update the fsharp program package version on action.yml
1 parent afae504 commit 02d4ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
# TODO automate the update of the tag for download
4242
- name: Download the self-contained .NET program
4343
shell: bash
44-
run: wget https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.005/fsharp-program.tar.gz
44+
run: wget https://github.com/FsharpGHActions/git-tag-to-workflow-dispatch/releases/download/v0.0.008/fsharp-program.tar.gz
4545
- name: Uncompress the .NET program
4646
shell: bash
4747
run: tar -xf fsharp-program.tar.gz out/

0 commit comments

Comments
 (0)