Skip to content

Commit 96e34e2

Browse files
authored
Update release.yml
1 parent 56d966b commit 96e34e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
uses: actions/download-artifact@v4
2929
with:
3030
pattern: dartsdk-linux-*-${{ github.ref_name }}
31+
merge-multiple: true
3132

3233
- name: Release
3334
run: |
34-
gh release create ${{ github.ref_name }} dartsdk-linux-*/dartsdk-linux-*-release.tar.gz --repo ${{ github.repository }} --prerelease=${{ endsWith(github.ref_name, '.beta') || endsWith(github.ref_name, '.dev') }}
35+
gh release create ${{ github.ref_name }} dartsdk-linux-*-release.tar.gz --repo ${{ github.repository }} --prerelease=${{ endsWith(github.ref_name, '.beta') || endsWith(github.ref_name, '.dev') }}
3536
env:
3637
GH_TOKEN: ${{ github.token }}
3738

0 commit comments

Comments
 (0)