mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-08 12:34:06 +02:00
upload build snapshot to github actions
This commit is contained in:
parent
5836e0d4f0
commit
f40bc03e20
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -58,3 +58,9 @@ jobs:
|
||||
# Run IntelliJ Plugin Verifier action using GitHub Action
|
||||
- name: Verify Plugin
|
||||
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: plugin-artifact
|
||||
path: ./build/distributions/
|
Loading…
Reference in New Issue
Block a user