Skip to content

Commit 889ba70

Browse files
committed
Fix upload name
1 parent 109a18d commit 889ba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Upload all image artifacts
212212
uses: actions/upload-artifact@v4
213213
with:
214-
name: ${{ format('{0}-{1}', inputs.image, inputs.image_version) }}
214+
name: ${{ format('{0}-{1}', inputs.image, steps.meta.outputs.version) }}
215215
path: ${{ github.workspace }}/dist/${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
216216

217217
# - name: Run preflight

0 commit comments

Comments
 (0)