File tree Expand file tree Collapse file tree 1 file changed +33
-10
lines changed Expand file tree Collapse file tree 1 file changed +33
-10
lines changed Original file line number Diff line number Diff line change 1- name : Build VSIX
1+ # name: Release all pdf
2+ # on:
3+ # release:
4+ # types:
5+ # - created
6+
7+ # jobs:
8+ # build_latex:
9+ # runs-on: ubuntu-latest
10+ # steps:
11+ # - name: Set up Git repository
12+ # uses: actions/checkout@v2
13+ # - name: Compile LaTeX document
14+ # uses: dante-ev/latex-action@latest
15+ # with:
16+ # working_directory: comunicazioni_numeriche/
17+ # root_file: main.tex
18+
19+ # - run: mkdir out/
20+ # - run: mv comunicazioni_numeriche/main.pdf out/Comunicazioni_Numeriche.pdf
21+
222
3- on :
4- push :
5- branches :
6- - main
723
24+ name : Release VSIX
25+ on :
26+ release :
27+ types :
28+ - created
29+
830jobs :
931 build :
1032 runs-on : ubuntu-latest
2850 - name : Build VSIX package
2951 run : vsce package
3052 working-directory : nucleo-debugger
31-
32- - name : Upload VSIX package
33- uses : actions/upload-artifact@v2
53+
54+ - name : Release build-artifacts
55+ uses : skx/github-action-publish-binaries@master
56+ env :
57+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3458 with :
35- name : my-extension.vsix
36- path : nucleo-debugger/*.vsix
59+ args : " ./nucleo-debugger/*.vsix"
You can’t perform that action at this time.
0 commit comments