create source archive as release artifact (#10786)

This commit is contained in:
Jack Amadeo
2026-07-29 11:35:11 -04:00
committed by GitHub
parent 487058dba2
commit e21ad1edf4
+5
View File
@@ -115,6 +115,11 @@ jobs:
with:
persist-credentials: false
- name: Create source code bundles
run: |
git archive --format=tar.gz --prefix="goose-${GITHUB_REF_NAME}/" --output="goose-source-${GITHUB_REF_NAME}.tar.gz" HEAD
git archive --format=zip --prefix="goose-${GITHUB_REF_NAME}/" --output="goose-source-${GITHUB_REF_NAME}.zip" HEAD
- name: Download release artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with: