Skip to content

Commit 1b46197

Browse files
authored
Update release.yml
1 parent a2a5678 commit 1b46197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release6.x
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -73,4 +73,4 @@ jobs:
7373
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
7474
asset_path: ./build/distributions/leetcode-editor-${{ env.LD_VERSION }}.zip
7575
asset_name: leetcode-editor-${{ env.LD_VERSION }}.zip
76-
asset_content_type: application/zip
76+
asset_content_type: application/zip

0 commit comments

Comments
 (0)