diff --git a/.github/workflows/zstd.yml b/.github/workflows/zstd.yml index c5ffc170..8c9a05ca 100644 --- a/.github/workflows/zstd.yml +++ b/.github/workflows/zstd.yml @@ -33,18 +33,10 @@ jobs: - name: Create .tar.zst archive run: | git archive --format=tar \ - --prefix=test-definitions/ \ + --prefix=qcom-linux-testkit/ \ "${{ steps.version.outputs.tag_name }}" \ | zstd -o "${GITHUB_WORKSPACE}/${{ steps.version.outputs.tag_name }}.tar.zst" - - name: Debug upload context - run: | - echo "UPLOAD_URL: ${{ steps.create_release.outputs.upload_url }}" - echo "GITHUB_TOKEN length: ${#GITHUB_TOKEN}" - # ensure this uses your PAT - env: - GITHUB_TOKEN: ${{ secrets.PAT }} - - name: Create GitHub Release id: create_release uses: actions/create-release@v1