diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index 63067b5aee..187e1e898e 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -7,9 +7,9 @@ name: Archiver on: push: - # branches: [ master ] - #pull_request: - # branches: [ master ] + branches: [ master ] + pull_request: + branches: [ master ] jobs: archiver: @@ -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