From f451686df59c86c7f9f3b4fc297c58058ac412e6 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 20 Jun 2024 17:22:51 -0700 Subject: [PATCH] Update make-release.yml --- .github/workflows/make-release.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 19979e2..1165fc2 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -2,9 +2,9 @@ name: Build all and make release on tag on: workflow_dispatch: -# push: -# tags: -# - '*' + push: + tags: + - '*' jobs: build-vsix: @@ -54,13 +54,11 @@ jobs: with: path: . - - name: Renaming artifacts + - name: Cleaning up VSIX run: | rev=$(git rev-parse --short HEAD) - #ls -altR mkdir release cp ./arduino-littlefs-upload.vsix/arduino-littlefs-upload-*.vsix ./release/. - #mkdir tmp && cd tmp && unzip ../arduino-littlefs-upload.vsix.zip/*zip && mv */*vsix ../release/. && cd .. && rm -rf tmp ls -l release - name: Drafting release