Skip to content

Commit

Permalink
Update intellij-plugin-branch.yml
Browse files Browse the repository at this point in the history
fix intellij plugin workflow
  • Loading branch information
shannah authored Dec 29, 2023
1 parent 2c82dc9 commit 098085f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intellij-plugin-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: plugin
name: jdeploy-intellij-plugin.zip

- name: Get the version
id: get_version
Expand All @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./plugin/jdeploy-intellij-plugin.zip
asset_path: ./jdeploy-intellij-plugin.zip
asset_name: jdeploy-intellij-plugin-${{ steps.get_version.outputs.version }}.zip
asset_content_type: application/zip

0 comments on commit 098085f

Please sign in to comment.