Skip to content

Commit 1f81a17

Browse files
authored
Update main.yml
1 parent 2e48413 commit 1f81a17

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
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-
22-
23-
241
name: Release VSIX
252
on:
263
release:
@@ -50,10 +27,18 @@ jobs:
5027
- name: Build VSIX package
5128
run: vsce package
5229
working-directory: nucleo-debugger
53-
30+
31+
- run: mkdir out/
32+
33+
- run: mv nucleo-debugger/*.vsix out/
34+
35+
- run: mv prova-test/es2/nucleo/.vscode/task.json out/
36+
37+
- run: mv prova-test/es2/nucleo/.vscode/launch.json out/
38+
5439
- name: Release build-artifacts
5540
uses: skx/github-action-publish-binaries@master
5641
env:
5742
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5843
with:
59-
args: "./nucleo-debugger/*.vsix"
44+
args: "./out/*"

0 commit comments

Comments
 (0)