Skip to content

Commit

Permalink
fix: Use jjversion-gha-output v0.2.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliggett committed Apr 3, 2022
1 parent 5eff4fb commit 18475c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ runs:
- run: |
if ($env:RUNNER_OS -eq "Windows")
{
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao.exe -L --output jjversion-gha-output.exe
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao.exe -L --output jjversion-gha-output.exe
} elseif ($env:RUNNER_OS -eq "macOS")
{
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao-darwin -L --output jjversion-gha-output
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao-darwin -L --output jjversion-gha-output
chmod +x jjversion-gha-output
} else {
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao -L --output jjversion-gha-output
curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao -L --output jjversion-gha-output
chmod +x jjversion-gha-output
}
shell: pwsh
Expand Down

0 comments on commit 18475c2

Please sign in to comment.