Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
12101111 authored May 11, 2020
1 parent c0dd3b3 commit 94b4ebf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/vscode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/vscode-yarn-offline-cache.tar.xz
asset_name: vscode-yarn-offline-cache.tar.xz
asset_content_type: application/x-xz
asset_path: ${{ github.workspace }}/vscode-yarn-offline-cache.tar.xz
asset_name: vscode-yarn-offline-cache.tar.xz
asset_content_type: application/x-xz

- name: Upload builtin extensions
id: upload-release-asset_2
Expand All @@ -77,7 +77,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/vscode-builtin-extensions.tar.xz
asset_name: vscode-builtin-extensions.tar.xz
asset_content_type: application/x-xz

asset_path: ${{ github.workspace }}/vscode-builtin-extensions.tar.xz
asset_name: vscode-builtin-extensions.tar.xz
asset_content_type: application/x-xz

0 comments on commit 94b4ebf

Please sign in to comment.