Skip to content

Commit 1c557e1

Browse files
authoredJan 9, 2025
Fix alpha patch workflow signed filename (dkfans#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

+1-1
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)
Please sign in to comment.