Skip to content

Commit

Permalink
[install] in .github/workflows/archiver.yml try to upload the archive…
Browse files Browse the repository at this point in the history
… both as a CI and as a release asset
  • Loading branch information
valassi committed Sep 26, 2024
1 parent d71a98b commit 6ab72d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Archiver

on:
push:
# branches: [ master ]
#pull_request:
# branches: [ master ]
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
archiver:
Expand All @@ -19,11 +19,11 @@ jobs:
uses: actions/checkout@v4
- name: archive
run: .github/workflows/archiver.sh
#- name: upload
# uses: actions/upload-artifact@v4
# with:
# name: tarball
# path: cudacpp.tgz
- name: upload
uses: actions/upload-artifact@v4
with:
name: tarball
path: cudacpp.tgz
- name: release
# See https://github.com/softprops/action-gh-release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 6ab72d5

Please sign in to comment.