Skip to content

Commit 0f1bf59

Browse files
authored
Update release.yml
1 parent 68fb926 commit 0f1bf59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ jobs:
5555
- name: Download Windows artifact
5656
uses: actions/download-artifact@v4.3.0
5757
with:
58-
name: release-build-windows
58+
name: release-builds-windows
5959
path: builds
6060

6161
- name: Download macOS artifact
6262
uses: actions/download-artifact@v4.3.0
6363
with:
64-
name: release-build-macos
64+
name: release-builds-macos
6565
path: builds
6666

6767
- name: Download Linux artifact
6868
uses: actions/download-artifact@v4.3.0
6969
with:
70-
name: release-build-linux
70+
name: release-builds-linux
7171
path: builds
7272

7373
# - name: Download FreeBSD artifacts
7474
# uses: actions/download-artifact@v4.3.0
7575
# with:
76-
# name: release-build-freebsd
76+
# name: release-builds-freebsd
7777
# path: builds
7878

7979
- uses: ncipollo/release-action@v1.16.0

0 commit comments

Comments
 (0)