Skip to content

Commit ff3b5fc

Browse files
Try to provide a nightly
1 parent a8d62b6 commit ff3b5fc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
- name: Execute Gradle build
2626
run: ./gradlew buildPlugin
2727

28-
- uses: actions/upload-artifact@v4
28+
- name: Deploy ethersync main
29+
uses: WebFreak001/[email protected]
2930
with:
30-
name: ethersync-plugin
31-
path: build/distributions/ethersync-*.zip
32-
compression-level: 0
31+
upload_url: https://uploads.github.com/repos/ethersync/ethersync-jetbrains/releases/1/assets{?name,label}
32+
release_id: 1
33+
asset_path: ./build/distributions/ethersync-*.zip
34+
asset_name: ethersync-jetbrains-nightly-$$.zip
35+
asset_content_type: application/zip
36+
ignore_hash: true

0 commit comments

Comments
 (0)