We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f65e7c commit f451686Copy full SHA for f451686
.github/workflows/make-release.yml
@@ -2,9 +2,9 @@ name: Build all and make release on tag
2
3
on:
4
workflow_dispatch:
5
-# push:
6
-# tags:
7
-# - '*'
+ push:
+ tags:
+ - '*'
8
9
jobs:
10
build-vsix:
@@ -54,13 +54,11 @@ jobs:
54
with:
55
path: .
56
57
- - name: Renaming artifacts
+ - name: Cleaning up VSIX
58
run: |
59
rev=$(git rev-parse --short HEAD)
60
- #ls -altR
61
mkdir release
62
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
64
ls -l release
65
66
- name: Drafting release
0 commit comments