Skip to content

Commit 6ab72d5

Browse files
committed
[install] in .github/workflows/archiver.yml try to upload the archive both as a CI and as a release asset
1 parent d71a98b commit 6ab72d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/archiver.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Archiver
77

88
on:
99
push:
10-
# branches: [ master ]
11-
#pull_request:
12-
# branches: [ master ]
10+
branches: [ master ]
11+
pull_request:
12+
branches: [ master ]
1313

1414
jobs:
1515
archiver:
@@ -19,11 +19,11 @@ jobs:
1919
uses: actions/checkout@v4
2020
- name: archive
2121
run: .github/workflows/archiver.sh
22-
#- name: upload
23-
# uses: actions/upload-artifact@v4
24-
# with:
25-
# name: tarball
26-
# path: cudacpp.tgz
22+
- name: upload
23+
uses: actions/upload-artifact@v4
24+
with:
25+
name: tarball
26+
path: cudacpp.tgz
2727
- name: release
2828
# See https://github.com/softprops/action-gh-release
2929
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)