We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12fc73 commit 9c81407Copy full SHA for 9c81407
1 file changed
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: actions/upload-artifact@v4
83
with:
84
name: ${{ matrix.platform.artifact_name }}
85
- path: release/*
+ path: release/${{ matrix.platform.artifact_name }}
86
retention-days: 5
87
88
create-release:
0 commit comments