Skip to content

Commit

Permalink
Fix for .jar release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasfuchs committed Jun 7, 2022
1 parent e670da5 commit a37e683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: AButler/upload-release-assets@v2.0
with:
files: './distribution/freerouting-${{ steps.tagName.outputs.tag }}.jar'
release-tag: ${{ steps.tagName.outputs.tag }}
release-tag: v${{ steps.tagName.outputs.tag }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

build-ubuntu-x64:
Expand Down

0 comments on commit a37e683

Please sign in to comment.