File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
path : ${{ steps.set-version.outputs.name }}.vsix
78
78
- uses : actions/upload-artifact@v4
79
79
with :
80
- name : meta
80
+ name : meta-build
81
81
path : |
82
82
.name
83
83
.version
88
88
steps :
89
89
- uses : actions/download-artifact@v4
90
90
with :
91
- name : meta
91
+ name : meta-beta
92
92
path : .
93
93
- name : Set an output
94
94
id : set-version
@@ -118,7 +118,7 @@ jobs:
118
118
token : ${{ secrets.TOKEN }}
119
119
- uses : actions/download-artifact@v4
120
120
with :
121
- name : meta
121
+ name : meta-publish
122
122
path : .
123
123
- name : Use Node.js
124
124
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 72
72
path : ${{ steps.set-version.outputs.name }}.vsix
73
73
- uses : actions/upload-artifact@v4
74
74
with :
75
- name : meta
75
+ name : meta-build
76
76
path : |
77
77
.name
78
78
.version
83
83
steps :
84
84
- uses : actions/download-artifact@v4
85
85
with :
86
- name : meta
86
+ name : meta-beta
87
87
path : .
88
88
- name : Set an output
89
89
id : set-version
@@ -113,7 +113,7 @@ jobs:
113
113
token : ${{ secrets.TOKEN }}
114
114
- uses : actions/download-artifact@v4
115
115
with :
116
- name : meta
116
+ name : meta-publish
117
117
path : .
118
118
- name : Use Node.js
119
119
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments