Skip to content

Commit

Permalink
fix(ci-cd): Fix CI:CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Oct 16, 2024
1 parent de1fd2d commit 45af7be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Build release
run: nix build

- name: Copy config-lsp
run: cp result/bin/config-lsp .

- name: Build VS code extension
run: ./vs-code-extension/build-extension.sh

Expand All @@ -56,6 +59,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: |
./result/bin/config-lsp
./config-lsp
./vs-code-extension/out/vs-code-extension.zip

0 comments on commit 45af7be

Please sign in to comment.