Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
use --current-version instead of help
  • Loading branch information
jonapich committed Jul 12, 2024
1 parent 2555a0e commit c7638dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
ref: ${{ github.head_ref }}

- run: tgf --help-tgf
- run: tgf --current-version
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ runs:
env:
TGF_PATH: ${{ inputs.tgf-path }}
VERSION: ${{ inputs.ref }}
run: (Invoke-WebRequest https://raw.githubusercontent.com/coveooss/tgf/${VERSION}/get-latest-tgf.ps1).Content | Invoke-Expression
run: (Invoke-WebRequest https://raw.githubusercontent.com/coveooss/tgf/$VERSION/get-latest-tgf.ps1).Content | Invoke-Expression

0 comments on commit c7638dc

Please sign in to comment.