From 6440996d87463dcba83183c2a570fbe6d7d6bb93 Mon Sep 17 00:00:00 2001 From: Hannes <33062605+HannesGitH@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:39:17 +0200 Subject: [PATCH] new pipeline --- .github/workflows/release.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80b5cbc..023fa03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: