mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GitHub Actions - releaseDraft update to actions/download-artifact@v2
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
|
||||
# Download plugin artifact provided by the previous job
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: plugin-artifact
|
||||
|
||||
@@ -223,6 +223,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.createDraft.outputs.upload_url }}
|
||||
asset_path: ./plugin-artifact/${{ needs.build.outputs.artifact }}
|
||||
asset_path: ./${{ needs.build.outputs.artifact }}
|
||||
asset_name: ${{ needs.build.outputs.artifact }}
|
||||
asset_content_type: application/zip
|
||||
|
||||
Reference in New Issue
Block a user