Skip to content

Commit

Permalink
switched to ncipollo
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker authored Sep 21, 2021
1 parent aaa2440 commit e301f4b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,9 @@ jobs:
filename: 'camunda-modeler-plugin-platform-to-cloud-converter.zip'
exclusions: '*.git* /*node_modules/*'
- if: github.event.release
name: Attach artifacts to GitHub Release (Release only)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Upload Release
uses: ncipollo/release-action@v1
with:
upload_url: ${{ steps.archive_plugin.outputs.upload_url }}
asset_path: camunda-modeler-plugin-platform-to-cloud-converter.zip
asset_name: camunda-modeler-plugin-platform-to-cloud-converter.zip
asset_content_type: application/zip
artifacts: "camunda-modeler-plugin-platform-to-cloud-converter.zip"
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e301f4b

Please sign in to comment.