We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 360f01f + b878c9c commit 5ba2fe4Copy full SHA for 5ba2fe4
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
mkdir tmp
23
unzip kart.zip -d tmp
24
25
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
26
with:
27
name: kart_package
28
path: tmp
helper.py
@@ -36,6 +36,7 @@ def package(version=None):
36
buf = StringIO()
37
cfg.write(buf)
38
zipFile.writestr("kart/metadata.txt", buf.getvalue())
39
+ zipFile.write("LICENSE", "kart/LICENSE")
40
41
def filter_excludes(files):
42
if not files:
0 commit comments