Skip to content

Commit

Permalink
[install] in .github/workflows/archiver.yml try to upload cudacpp.tgz…
Browse files Browse the repository at this point in the history
… as a release asset rather than as a CI artifact
  • Loading branch information
valassi committed Sep 26, 2024
1 parent 7420cf4 commit 989f413
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
with:
name: tarball
path: cudacpp.tgz
- name: release
# See https://github.com/softprops/action-gh-release
uses: softprops/action-gh-release@v2
#if: startsWith(github.ref, 'refs/tags/')
with:
files: cudacpp.tgz

0 comments on commit 989f413

Please sign in to comment.