We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1732629 commit 1fa8874Copy full SHA for 1fa8874
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
SENTRY_DSN: ${{secrets.SENTRY_DSN}}
28
29
- name: Build with Gradle
30
- run: ./gradlew clean shadowJar && cp build/libs/dashify-plugin-all.jar .
+ run: ./gradlew clean shadowJar
31
32
- name: Set Version
33
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"
@@ -53,6 +53,6 @@ jobs:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
with:
55
upload_url: ${{ steps.create_release.outputs.upload_url }}
56
- asset_path: dashify-plugin-all.jar
+ asset_path: build/libs/dashify-plugin-all.jar
57
asset_name: dashify-plugin-all.jar
58
asset_content_type: application/java-archive
0 commit comments