We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd96a8 commit 5a2c62fCopy full SHA for 5a2c62f
1 file changed
.github/workflows/release.yaml
@@ -76,10 +76,18 @@ jobs:
76
- build-durable
77
- build-original
78
steps:
79
- - name: Download artifacts
+ - name: Download durable artifact
80
uses: actions/download-artifact@v8
81
+ with:
82
+ name: durablebetterprospecting
83
+ - name: Download original artifact
84
+ uses: actions/download-artifact@v8
85
86
+ name: betterprospecting
87
- name: Release
88
uses: softprops/action-gh-release@v2
89
with:
90
draft: true
- files: '*.zip'
91
+ files: |
92
+ durablebetterprospecting_${{ github.ref_name }}.zip
93
+ betterprospecting_${{ github.ref_name }}.zip
0 commit comments