We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c92c9 + 3afa382 commit 1604321Copy full SHA for 1604321
.github/workflows/zstd.yml
@@ -33,18 +33,10 @@ jobs:
33
- name: Create .tar.zst archive
34
run: |
35
git archive --format=tar \
36
- --prefix=test-definitions/ \
+ --prefix=qcom-linux-testkit/ \
37
"${{ steps.version.outputs.tag_name }}" \
38
| zstd -o "${GITHUB_WORKSPACE}/${{ steps.version.outputs.tag_name }}.tar.zst"
39
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
-
48
- name: Create GitHub Release
49
id: create_release
50
uses: actions/create-release@v1
0 commit comments