Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerDoerner committed Dec 22, 2019
2 parents c79b3c1 + 170a455 commit 0b659d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
if: success()
uses: actions/upload-artifact@v1.0.0
with:
name: TermTools-Release
name: TermTools
path: ./output
- name: download artifact
if: success()
uses: actions/download-artifact@v1
with:
name: TermTools-Release
name: TermTools
- name: Create a Release
id: create_release
if: success()
Expand All @@ -66,8 +66,8 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
# The path to the asset you want to upload
asset_path: ./TermTools-Release.zip
asset_path: ./TermTools/TermTools.zip
# The name of the asset you want to upload
asset_name: TermTools-Release.zip
asset_name: TermTools.zip
# The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information
asset_content_type: application/zip

0 comments on commit 0b659d7

Please sign in to comment.