Skip to content

Commit 1604321

Browse files
authored
Merge pull request #129 from smuppand/main
ci(zstd): update git-archive prefix to qcom-linux-testkit/
2 parents 73c92c9 + 3afa382 commit 1604321

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)