We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf4c6f commit 76fa0c2Copy full SHA for 76fa0c2
.github/workflows/go-build.yml
@@ -173,5 +173,6 @@ jobs:
173
- name: upload build artifact
174
uses: actions/upload-artifact@v4
175
with:
176
+ name: nfpm-packages
177
path: dist/*
178
retention-days: 5
.github/workflows/release-workflow.yml
@@ -64,6 +64,14 @@ jobs:
64
- name: download build artifacts
65
uses: actions/download-artifact@v4
66
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*'
75
path: ./dist
76
merge-multiple: true
77
0 commit comments