Skip to content

Commit

Permalink
Merge pull request #74 from alt-art/fix-backend-zip
Browse files Browse the repository at this point in the history
Zip backend files with 7z instead of tar on release action
  • Loading branch information
alt-art authored Feb 11, 2024
2 parents 63c6028 + b280da4 commit 492fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Release Python zip
run: |
tar -czf backend.zip building
7z a -tzip backend.zip building/*
./.github/workflows/upload_asset.sh "parmenashp/minecraft-narrator" backend.zip $GITHUB_TOKEN

0 comments on commit 492fa9f

Please sign in to comment.