Skip to content

Commit 37dbbec

Browse files
authored
Update nix.yml
1 parent 16ad0fe commit 37dbbec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nix.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ jobs:
4040
run: |
4141
echo Building the project
4242
nix build .#check --log-lines 500 --show-trace
43+
44+
- name: Build release bundle
45+
run: nix build .#bundled
46+
47+
- uses: actions/upload-artifact@v3
48+
with:
49+
name: kdatool-${{ matrix.os }}-bundle
50+
path: result

0 commit comments

Comments
 (0)