mirror of
https://github.com/apple/container.git
synced 2026-09-21 07:05:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user