Skip to content

Commit

Permalink
Merge pull request #32 from speedyleion/windows-runs
Browse files Browse the repository at this point in the history
Update action path to work on windows
  • Loading branch information
mislav authored Jan 30, 2023
2 parents 5eff1a0 + 19deabc commit 640911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- uses: actions/setup-go@v3
with:
go-version: ${{ inputs.go_version }}
- run: ${{ github.action_path }}/build_and_release.sh
- run: ${GITHUB_ACTION_PATH//\\//}/build_and_release.sh
env:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 640911b

Please sign in to comment.