We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1963a73 commit 1d943b7Copy full SHA for 1d943b7
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 . && find build/libs -type f -name 'dashify-plugin*' -exec cp {} . \;
+ run: ./gradlew clean shadowJar && sudo apt-get install -y tree && tree . && find build/libs -type f -name 'dashify-plugin*' -exec cp {} ./dashify-plugin-all.jar \;
31
32
- name: Set Version
33
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"
0 commit comments