Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 2, 2024
1 parent e62b03e commit 4a62d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: plugin-artifact
path: $GITHUB_WORKSPACE

- name: Display structure of downloaded files
run: pwd && echo ${{ github.workspace }} && echo $GITHUB_WORKSPACE && ls -R
Expand All @@ -155,7 +156,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
plugin-location: ${{ github.workspace }}/${{ needs.build.outputs.artifact }}
plugin-location: '${{ needs.build.outputs.artifact }}'
ide-versions: |
ideaIC:2022.3
ideaIC:LATEST-EAP-SNAPSHOT
Expand Down

0 comments on commit 4a62d2d

Please sign in to comment.