mirror of
https://gitcode.com/gh_mirrors/ar/arduino-littlefs-upload.git
synced 2025-08-06 18:24:30 +08:00
Update make-release.yml
This commit is contained in:

committed by
GitHub

parent
5f65e7ceb3
commit
f451686df5
10
.github/workflows/make-release.yml
vendored
10
.github/workflows/make-release.yml
vendored
@ -2,9 +2,9 @@ name: Build all and make release on tag
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# push:
|
push:
|
||||||
# tags:
|
tags:
|
||||||
# - '*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-vsix:
|
build-vsix:
|
||||||
@ -54,13 +54,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Renaming artifacts
|
- name: Cleaning up VSIX
|
||||||
run: |
|
run: |
|
||||||
rev=$(git rev-parse --short HEAD)
|
rev=$(git rev-parse --short HEAD)
|
||||||
#ls -altR
|
|
||||||
mkdir release
|
mkdir release
|
||||||
cp ./arduino-littlefs-upload.vsix/arduino-littlefs-upload-*.vsix ./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
|
ls -l release
|
||||||
|
|
||||||
- name: Drafting release
|
- name: Drafting release
|
||||||
|
Reference in New Issue
Block a user