Skip to content

Commit 1c557e1

Browse files
authored
Fix alpha patch workflow signed filename (#3810)
1 parent 3d578d2 commit 1c557e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-alpha-patch-signed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Upload signed artifact
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: ${{ needs.call-alpha-patch-build.outputs.zip-name }}
40+
name: ${{ needs.call-alpha-patch-build.outputs.zip-name }}-signed
4141
path: pkg/**

0 commit comments

Comments
 (0)