mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-10 09:34:05 +02:00
update snapshot build file name
This commit is contained in:
parent
f40bc03e20
commit
1a48c44fba
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -44,9 +44,13 @@ jobs:
|
||||
run: |
|
||||
PROPERTIES="$(./gradlew properties --console=plain -q)"
|
||||
IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
|
||||
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
|
||||
NAME="intellij-rainbow-brackets"
|
||||
ARTIFACT="${NAME}-${VERSION}.zip"
|
||||
|
||||
echo "::set-output name=ideVersions::$IDE_VERSIONS"
|
||||
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
|
||||
echo "::set-output name=artifact::$ARTIFACT"
|
||||
|
||||
# Cache Plugin Verifier IDEs
|
||||
- name: Setup Plugin Verifier IDEs Cache
|
||||
@ -62,5 +66,5 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: plugin-artifact
|
||||
path: ./build/distributions/
|
||||
name: ${{ steps.properties.outputs.artifact }}
|
||||
path: ./build/distributions/${{ steps.properties.outputs.artifact }}
|
||||
|
Loading…
Reference in New Issue
Block a user