Skip to content

Commit 1d943b7

Browse files
committed
🚧 Debugging CI
1 parent 1963a73 commit 1d943b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SENTRY_DSN: ${{secrets.SENTRY_DSN}}
2828

2929
- 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 {} . \;
30+
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 \;
3131

3232
- name: Set Version
3333
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"

0 commit comments

Comments
 (0)