Skip to content

Commit

Permalink
Merge pull request #3426 from mapfish/backport/3421-to-3.30
Browse files Browse the repository at this point in the history
[Backport 3.30] Fix publish
  • Loading branch information
sbrunner committed Sep 18, 2024
2 parents c2c89fc + d764acb commit d72dd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
url: release.data.upload_url,
name: "print-lib-${{ steps.version.outputs.version }}-sources.jar,
name: "print-lib-${{ steps.version.outputs.version }}-sources.jar",
file: fs.readFileSync("./core/build/libs/print-lib-${{ steps.version.outputs.version }}-sources.jar"),
headers: {
'X-GitHub-Api-Version': '2022-11-28',
Expand All @@ -235,7 +235,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
url: release.data.upload_url,
name: "print-lib-${{ steps.version.outputs.version }}-javadoc.jar,
name: "print-lib-${{ steps.version.outputs.version }}-javadoc.jar",
file: fs.readFileSync("./core/build/libs/print-lib-${{ steps.version.outputs.version }}-javadoc.jar"),
headers: {
'X-GitHub-Api-Version': '2022-11-28',
Expand Down

0 comments on commit d72dd6e

Please sign in to comment.