We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458cbda commit 07be7aaCopy full SHA for 07be7aa
.github/workflows/gradle.yml
@@ -32,4 +32,4 @@ jobs:
32
# Artifact name
33
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
34
# Directory containing files to upload
35
- path: build/libs/http-notification-plugin-${{ steps.get_version.outputs.VERSION }}.jar
+ path: build/libs/http-notification-${{ steps.get_version.outputs.VERSION }}.jar
.github/workflows/release.yml
@@ -32,6 +32,6 @@ jobs:
--generate-notes \
--title 'Release ${{ steps.get_version.outputs.VERSION }}' \
${{ github.ref_name }} \
- build/libs/http-notification-plugin-${{ steps.get_version.outputs.VERSION }}.jar
+ build/libs/http-notification-${{ steps.get_version.outputs.VERSION }}.jar
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments