mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Fix CI:CD
This commit is contained in:
parent
aa78cb687b
commit
f90a87c2bc
19
.github/workflows/release-nightly.yaml
vendored
19
.github/workflows/release-nightly.yaml
vendored
@ -43,19 +43,18 @@ jobs:
|
|||||||
- name: Build release
|
- name: Build release
|
||||||
run: nix build
|
run: nix build
|
||||||
|
|
||||||
|
- name: Build VS code extension
|
||||||
|
run: ./vs-code-extension/build-extension.sh
|
||||||
|
|
||||||
|
- name: Zip folder
|
||||||
|
run: cd vs-code-extension/out/ && zip -r vs-code-extension.zip .
|
||||||
|
|
||||||
- name: Upload config-lsp
|
- name: Upload config-lsp
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: result/bin/config-lsp
|
files: |
|
||||||
|
result/bin/config-lsp
|
||||||
- name: Build VS code extension
|
vs-code-extension/out/vs-code-extension.zip
|
||||||
run: ./vs-code-extension/build-extension.sh
|
|
||||||
|
|
||||||
- name: Upload VS Code extension
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: vs-code-extension
|
|
||||||
path: ./vs-code-extension/out/
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user