Skip to content

Commit 838f8dc

Browse files
committed
correct release asset name and content type
1 parent 00de80a commit 838f8dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
id: upload-release-asset
3131
uses: actions/upload-release-asset@v1
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.PRIVATE_DEPENDENCIES_PAT }}
33+
GITHUB_TOKEN: ${{ secrets.RELEASE_ASSSET_PAT }}
3434
with:
3535
upload_url: ${{ github.event.release.upload_url }}
3636
asset_path: ./build.tar.gz
37-
asset_name: docupilot-js-sdk.es5.zip
38-
asset_content_type: application/zip
37+
asset_name: docupilot-js-sdk.es5.tar.gz
38+
asset_content_type: application/tar+gzip

0 commit comments

Comments
 (0)