File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
- ' *'
6
6
jobs :
7
7
build :
8
- name : Build vscode extension for ${{ github.ref }}
8
+ name : Build vscode extension for ${{ github.ref_name }}
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
@@ -17,13 +17,13 @@ jobs:
17
17
npm ci
18
18
npm i -g @vscode/vsce
19
19
npm run compile
20
- vsce package -o gwirl-vscode-${{ github.ref }}.vsix
20
+ vsce package -o gwirl-vscode-${{ github.ref_name }}.vsix
21
21
- name : upload artifact
22
22
uses : actions/upload-release-asset@v1
23
23
env :
24
24
GITHUB_TOKEN : ${{ github.token }}
25
25
with :
26
26
upload_url : ${{ steps.create_release.outputs.upload_url }}
27
- asset_path : ./gwirl-vscode-${{ github.ref }}.vsix
28
- asset_name : gwirl-vscode-${{ github.ref }}.vsix
27
+ asset_path : ./gwirl-vscode-${{ github.ref_name }}.vsix
28
+ asset_name : gwirl-vscode-${{ github.ref_name }}.vsix
29
29
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments