Skip to content

Commit

Permalink
new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH committed Apr 1, 2024
1 parent 314762e commit 6440996
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
submodules: true
- name: Setup node
uses: actions/setup-node@v3
- name : Install dependencies
run: |
cd dependencies
cd svelte-navbar
npm i
npm run build
cd ..
- run: npm i
- run: npm run build
- uses: cachix/install-nix-action@v25
- name: build
run: |
nix build
cp -r result/build build
- name: upload build folder as artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6440996

Please sign in to comment.