Skip to content

Commit 300cb95

Browse files
Update reusable-release.yml
1 parent 07ca0c2 commit 300cb95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
type: 'zip'
6363
path: 'manufacturing'
64-
filename: '${{ inputs.filename }}-${{ github.ref }}.zip'
64+
filename: '${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip'
6565
exclusions: '*.git* /*node_modules/* .editorconfig'
6666
- name: Show Build
6767
run: ls -al .
@@ -83,6 +83,6 @@ jobs:
8383
GITHUB_TOKEN: ${{ github.token }}
8484
with:
8585
upload_url: ${{ steps.create_release.outputs.upload_url }}
86-
asset_path: ${{ inputs.filename }}-${{ github.ref }}.zip
87-
asset_name: ${{ inputs.filename }}-${{ github.ref }}.zip
86+
asset_path: ${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip
87+
asset_name: ${{ inputs.filename }}-${{ steps.version.outputs.version }}.zip
8888
asset_content_type: application/binary

0 commit comments

Comments
 (0)