We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c7cc1 commit 1963a73Copy full SHA for 1963a73
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 && sudo apt-get install -y tree && tree .
+ run: ./gradlew clean shadowJar && sudo apt-get install -y tree && tree . && find build/libs -type f -name 'dashify-plugin*' -exec cp {} . \;
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: build/libs/`ls build/libs`
+ asset_path: dashify-plugin-all.jar
57
asset_name: dashify-plugin-all.jar
58
asset_content_type: application/java-archive
0 commit comments