Skip to content

Commit 5a2c62f

Browse files
committed
fix release again
1 parent 7dd96a8 commit 5a2c62f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,18 @@ jobs:
7676
- build-durable
7777
- build-original
7878
steps:
79-
- name: Download artifacts
79+
- name: Download durable artifact
8080
uses: actions/download-artifact@v8
81+
with:
82+
name: durablebetterprospecting
83+
- name: Download original artifact
84+
uses: actions/download-artifact@v8
85+
with:
86+
name: betterprospecting
8187
- name: Release
8288
uses: softprops/action-gh-release@v2
8389
with:
8490
draft: true
85-
files: '*.zip'
91+
files: |
92+
durablebetterprospecting_${{ github.ref_name }}.zip
93+
betterprospecting_${{ github.ref_name }}.zip

0 commit comments

Comments
 (0)