Skip to content

Commit 1fa8874

Browse files
committed
🐛 Fix CI
1 parent 1732629 commit 1fa8874

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 && cp build/libs/dashify-plugin-all.jar .
30+
run: ./gradlew clean shadowJar
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: dashify-plugin-all.jar
56+
asset_path: build/libs/dashify-plugin-all.jar
5757
asset_name: dashify-plugin-all.jar
5858
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)