Skip to content

Commit

Permalink
Update reusable-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Mar 29, 2022
1 parent 07ca0c2 commit 300cb95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
type: 'zip'
path: 'manufacturing'
filename: '${{ inputs.filename }}-${{ github.ref }}.zip'
filename: '${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Show Build
run: ls -al .
Expand All @@ -83,6 +83,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ inputs.filename }}-${{ github.ref }}.zip
asset_name: ${{ inputs.filename }}-${{ github.ref }}.zip
asset_path: ${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip
asset_name: ${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip
asset_content_type: application/binary

0 comments on commit 300cb95

Please sign in to comment.