Skip to content

Commit f451686

Browse files
Update make-release.yml
1 parent 5f65e7c commit f451686

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/make-release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build all and make release on tag
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# tags:
7-
# - '*'
5+
push:
6+
tags:
7+
- '*'
88

99
jobs:
1010
build-vsix:
@@ -54,13 +54,11 @@ jobs:
5454
with:
5555
path: .
5656

57-
- name: Renaming artifacts
57+
- name: Cleaning up VSIX
5858
run: |
5959
rev=$(git rev-parse --short HEAD)
60-
#ls -altR
6160
mkdir release
6261
cp ./arduino-littlefs-upload.vsix/arduino-littlefs-upload-*.vsix ./release/.
63-
#mkdir tmp && cd tmp && unzip ../arduino-littlefs-upload.vsix.zip/*zip && mv */*vsix ../release/. && cd .. && rm -rf tmp
6462
ls -l release
6563
6664
- name: Drafting release

0 commit comments

Comments
 (0)