Skip to content

Commit

Permalink
Testing GitHub workflows pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaelmare committed Sep 24, 2023
1 parent 2f62b43 commit e8d8271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/dttfc-${{ steps.version.outputs.result }}.jar
asset_path: ./build/libs/dttfc-1.18.2-${{ steps.version.outputs.result }}.jar
asset_name: dttfc-${{ steps.version.outputs.result }}.jar
asset_content_type: application/java-archive

0 comments on commit e8d8271

Please sign in to comment.