Skip to content

Commit 3afa382

Browse files
committed
ci(zstd): use qcom-linux-testkit/ as archive root prefix
- Change `git archive --prefix` from `test-definitions/` to `qcom-linux-testkit/` - Ensures extracted `.tar.zst` contains top-level `qcom-linux-testkit/` directory Signed-off-by: Srikanth Muppandam <[email protected]>
1 parent 73c92c9 commit 3afa382

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/zstd.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ jobs:
3333
- name: Create .tar.zst archive
3434
run: |
3535
git archive --format=tar \
36-
--prefix=test-definitions/ \
36+
--prefix=qcom-linux-testkit/ \
3737
"${{ steps.version.outputs.tag_name }}" \
3838
| zstd -o "${GITHUB_WORKSPACE}/${{ steps.version.outputs.tag_name }}.tar.zst"
3939
40-
- name: Debug upload context
41-
run: |
42-
echo "UPLOAD_URL: ${{ steps.create_release.outputs.upload_url }}"
43-
echo "GITHUB_TOKEN length: ${#GITHUB_TOKEN}"
44-
# ensure this uses your PAT
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.PAT }}
47-
4840
- name: Create GitHub Release
4941
id: create_release
5042
uses: actions/create-release@v1

0 commit comments

Comments
 (0)