Remove extra source tar from release (#13)

A release is made by default with sources in a tar and zip (example
[here](https://github.com/apple/containerization/releases/tag/untagged-a4e930d3152ef58348f1))
so we can remove this extra tar

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-06-05 16:16:17 -07:00
parent 673b905b1c
commit 8d880efc36
-10
View File
@@ -36,14 +36,6 @@ jobs:
contents: write
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Package sources
run: |
mkdir -p outputs
tar --exclude="./outputs" -czf outputs/sources.tar.gz .
- name: Create release
uses: softprops/action-gh-release@v2
with:
@@ -53,5 +45,3 @@ jobs:
make_latest: false
prerelease: true
fail_on_unmatched_files: true
files: |
outputs/sources.tar.gz