Skip to content

Commit 48f3bdf

Browse files
committed
updated github build action
1 parent 237ff55 commit 48f3bdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ jobs:
4343
- name: Check
4444
run: make check
4545

46-
# Bundle and build into 'ks.tar.gz'
46+
# Bundle and build into 'kscript.tar.gz'
4747
# NOTE: We must turn it into a tar, since zipping it will not
4848
# preseve symlinks
4949
- name: Bundle
5050
run: |
5151
make bundle
52-
tar -C .tmp/bundle -czvf ks.tar.gz include bin lib
52+
tar -C .tmp/bundle -czvf kscript.tar.gz include bin lib
5353
5454
# Upload a compiled version of this
5555
- name: Upload Bundle
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
58-
name: kscript-bundle
59-
path: ks.tar.gz
58+
name: kscript-tarball
59+
path: kscript.tar.gz

0 commit comments

Comments
 (0)