diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index d4a152f0fc..529d4d3f43 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -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 }}