Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Jul 18, 2020
1 parent 3ca6903 commit 2a06c16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- name: Create Asset
run: |
cd ${GITHUB_WORKSPACE}/release
zip -r release-${{ github.event.inputs.tag }}.zip .
zip -r ventilator-FI5-${{ github.event.inputs.tag }}.zip .
cd -
mv ${GITHUB_WORKSPACE}/release/release-${{ github.event.inputs.tag }}.zip .
mv ${GITHUB_WORKSPACE}/release/ventilator-FI5-${{ github.event.inputs.tag }}.zip .
- name: Create Release
id: create_release
Expand All @@ -106,6 +106,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release-${{ github.event.inputs.tag }}.zip
asset_name: release-${{ github.event.inputs.tag }}.zip
asset_path: ./ventilator-FI5-${{ github.event.inputs.tag }}.zip
asset_name: ventilator-FI5-${{ github.event.inputs.tag }}.zip
asset_content_type: application/zip

0 comments on commit 2a06c16

Please sign in to comment.