Skip to content

Commit

Permalink
chore: update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
willgeorgetaylor committed Dec 28, 2023
1 parent ffdb2c6 commit 3e5bddb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ function enumerateInputs(): Record<string, string> {
}

function formatReleaseUrl(suffix: string, version: string): string {
if (version === 'latest') return `${BASE_RELEASE_URL}latest/download/junit-reducer_${suffix}`
if (version === 'latest')
return `${BASE_RELEASE_URL}latest/download/junit-reducer_${suffix}`
return `${BASE_RELEASE_URL}download/${version}/junit-reducer_${suffix}`
}

Expand Down

0 comments on commit 3e5bddb

Please sign in to comment.