Fix Bazel Central Repository Workflow (#1038)

This commit is contained in:
Arthur Sonzogni
2025-04-30 12:04:32 +02:00
committed by GitHub
parent 4231c4903b
commit bcdcf70348
6 changed files with 6 additions and 13 deletions

View File

@@ -231,7 +231,7 @@ jobs:
- name: "Create source package"
run: >
git archive --format=tar.gz --prefix=ftxui/ -o source.tar.gz HEAD
git archive --format=tar.gz -o source.tar.gz HEAD
- name: "Upload source package"
uses: shogo82148/actions-upload-release-asset@v1