Skip to content

Commit

Permalink
Merge pull request #116 from koordinates/hc-update-workflows
Browse files Browse the repository at this point in the history
Workflow Updates
  • Loading branch information
hamishcampbell authored Nov 6, 2024
2 parents 360f01f + b878c9c commit 5ba2fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
mkdir tmp
unzip kart.zip -d tmp
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: kart_package
path: tmp
1 change: 1 addition & 0 deletions helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def package(version=None):
buf = StringIO()
cfg.write(buf)
zipFile.writestr("kart/metadata.txt", buf.getvalue())
zipFile.write("LICENSE", "kart/LICENSE")

def filter_excludes(files):
if not files:
Expand Down

0 comments on commit 5ba2fe4

Please sign in to comment.