Skip to content

Commit 30b9098

Browse files
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 <[email protected]>
1 parent 3fac2ad commit 30b9098

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
contents: write
3737
packages: read
3838
steps:
39-
- name: Checkout repository
40-
uses: actions/checkout@v4
41-
with:
42-
fetch-depth: 0
43-
- name: Package sources
44-
run: |
45-
mkdir -p outputs
46-
tar --exclude="./outputs" -czf outputs/sources.tar.gz .
4739
- name: Create release
4840
uses: softprops/action-gh-release@v2
4941
with:
@@ -53,5 +45,3 @@ jobs:
5345
make_latest: false
5446
prerelease: true
5547
fail_on_unmatched_files: true
56-
files: |
57-
outputs/sources.tar.gz

0 commit comments

Comments
 (0)