Skip to content

Commit 5ba2fe4

Browse files
Merge pull request #116 from koordinates/hc-update-workflows
Workflow Updates
2 parents 360f01f + b878c9c commit 5ba2fe4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mkdir tmp
2323
unzip kart.zip -d tmp
2424
25-
- uses: actions/upload-artifact@v2
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: kart_package
2828
path: tmp

helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def package(version=None):
3636
buf = StringIO()
3737
cfg.write(buf)
3838
zipFile.writestr("kart/metadata.txt", buf.getvalue())
39+
zipFile.write("LICENSE", "kart/LICENSE")
3940

4041
def filter_excludes(files):
4142
if not files:

0 commit comments

Comments
 (0)