Skip to content

Commit 76fa0c2

Browse files
committed
create release with named artifacts
1 parent fbf4c6f commit 76fa0c2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,6 @@ jobs:
173173
- name: upload build artifact
174174
uses: actions/upload-artifact@v4
175175
with:
176+
name: nfpm-packages
176177
path: dist/*
177178
retention-days: 5

.github/workflows/release-workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
- name: download build artifacts
6565
uses: actions/download-artifact@v4
6666
with:
67+
pattern: 'ssh-keysign*'
68+
path: ./dist
69+
merge-multiple: true
70+
71+
- name: download build artifacts
72+
uses: actions/download-artifact@v4
73+
with:
74+
pattern: 'nfpm-packages*'
6775
path: ./dist
6876
merge-multiple: true
6977

0 commit comments

Comments
 (0)