Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug authored Jul 14, 2020
1 parent 65f0398 commit 08e7e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.ASSET_PATH }}
asset_name: ${{ env.ASSET_NAME }}
asset_name: de.joneug.mdal.ide.zip
asset_content_type: application/zip
- name: Set up Environment Variables (CLI)
run: |
Expand All @@ -57,5 +57,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.ASSET_PATH }}
asset_name: ${{ env.ASSET_NAME }}
asset_name: de.joneug.mdal.standalone.zip
asset_content_type: application/zip

0 comments on commit 08e7e8d

Please sign in to comment.