We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d62b6 commit ff3b5fcCopy full SHA for ff3b5fc
.github/workflows/build.yaml
@@ -25,8 +25,12 @@ jobs:
25
- name: Execute Gradle build
26
run: ./gradlew buildPlugin
27
28
- - uses: actions/upload-artifact@v4
+ - name: Deploy ethersync main
29
+ uses: WebFreak001/[email protected]
30
with:
- name: ethersync-plugin
31
- path: build/distributions/ethersync-*.zip
32
- compression-level: 0
+ upload_url: https://uploads.github.com/repos/ethersync/ethersync-jetbrains/releases/1/assets{?name,label}
+ 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