Skip to content

Commit 1963a73

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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 .
30+
run: ./gradlew clean shadowJar && sudo apt-get install -y tree && tree . && find build/libs -type f -name 'dashify-plugin*' -exec cp {} . \;
3131

3232
- name: Set Version
3333
run: echo "::set-output name=version::$(echo ${{ github.sha }} | cut -c -6)"
@@ -53,6 +53,6 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
5555
upload_url: ${{ steps.create_release.outputs.upload_url }}
56-
asset_path: build/libs/`ls build/libs`
56+
asset_path: dashify-plugin-all.jar
5757
asset_name: dashify-plugin-all.jar
5858
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)