We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0c304 commit f9f473bCopy full SHA for f9f473b
.github/workflows/release.yml
@@ -71,9 +71,11 @@ jobs:
71
- name: Export Release Version
72
run: dnx -y dotnet-execute https://github.com/OpenReservation/scripts/blob/main/build/export-gh-release-version.cs
73
- name: Download artifacts
74
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v4 # https://github.com/actions/download-artifact
75
with:
76
path: dist
77
+ merge-multiple: true
78
+
79
- name: Create Github Release
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments