Skip to content

Commit 2ba13e0

Browse files
committed
Try fixing YAML syntax
1 parent 24e3d72 commit 2ba13e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
if: startsWith(github.ref, 'refs/tags/')
9494
uses: softprops/action-gh-release@v2
9595
with:
96-
files: [cuopt-link-release.zip, cu12-runtime.zip]
96+
files: |
97+
cuopt-link-release.zip
98+
cu12-runtime.zip
9799
env:
98100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)