Skip to content

Commit f9f473b

Browse files
authored
Update release.yml
1 parent cd0c304 commit f9f473b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
- name: Export Release Version
7272
run: dnx -y dotnet-execute https://github.com/OpenReservation/scripts/blob/main/build/export-gh-release-version.cs
7373
- name: Download artifacts
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v4 # https://github.com/actions/download-artifact
7575
with:
7676
path: dist
77+
merge-multiple: true
78+
7779
- name: Create Github Release
7880
env:
7981
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)