Skip to content

Commit

Permalink
Fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 22, 2023
1 parent 4f8f2d5 commit df26535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
echo "WeblocOpenerCore hash: $WEBLOCOPENERCORE_HASH"
echo "WeblocOpener hash: $WEBLOCOPENER_HASH"
RELEASE_DATE=$(date +'%Y-%m-%d %H:%M:%S')
RELEASE_NAME="WeblocOpener ${GITHUB_REF#refs/heads/}-build.$WEBLOCOPENER_HASH"
RELEASE_NAME="WeblocOpener ${GITHUB_REF#refs/heads/}-build.$BUILD_ID"
RELEASE_TAG=${GITHUB_REF#refs/heads/}-build.$WEBLOCOPENER_HASH
gh release create $RELEASE_TAG WeblocOpener.deb WeblocOpenerSetup.exe --title "$RELEASE_NAME" --notes "Build: $RELEASE_TAG (github build: $BUILD_ID) <br><br><br> WeblocOpener: ${{ needs.build.outputs.WEBLOCOPENER_HASH }} <br> WeblocOpenerCore: https://github.com/benchdoos/WeblocOpenerCore/commit/${{ needs.build.outputs.WEBLOCOPENERCORE_HASH }}" --draft --prerelease
env:
Expand Down

0 comments on commit df26535

Please sign in to comment.