From 04c8f71217b7ad8e09a14b942f1aeeb45cddb447 Mon Sep 17 00:00:00 2001 From: reymondzzzz Date: Thu, 2 Nov 2023 21:17:14 +0300 Subject: [PATCH] update cicl --- .github/workflows/build.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99e8bc02..334b3280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,20 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + - name: Download artifact + id: download-artifact + uses: dawidd6/action-download-artifact@v2 + with: + github_token: ${{secrets.GITHUB_TOKEN}} + workflow: build.yml + repo: smallcloudai/refact-lsp + branch: main + path: ./src/main/resources/bin + + - name: test + shell: bash + run: | + ls -la ./src/main/resources/bin/dist-aarch64-apple-darwin && exit 1 # Validate wrapper - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1.0.6 @@ -85,11 +99,7 @@ jobs: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier -# # Run Qodana inspections -# - name: Qodana - Code Inspection -# uses: JetBrains/qodana-action@v2022.3.4 - # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact id: artifact shell: bash