Skip to content

Commit

Permalink
[install] fix yaml in archiver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Sep 27, 2024
1 parent ded6aff commit 91cee6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: [ cudacpp.tar.gz, VERSION ]
files: |
cudacpp.tar.gz
VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91cee6b

Please sign in to comment.