We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e3d72 commit 2ba13e0Copy full SHA for 2ba13e0
1 file changed
.github/workflows/main.yml
@@ -93,6 +93,8 @@ jobs:
93
if: startsWith(github.ref, 'refs/tags/')
94
uses: softprops/action-gh-release@v2
95
with:
96
- files: [cuopt-link-release.zip, cu12-runtime.zip]
+ files: |
97
+ cuopt-link-release.zip
98
+ cu12-runtime.zip
99
env:
100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments