Skip to content

Commit

Permalink
Update nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Sep 22, 2023
1 parent 16ad0fe commit 37dbbec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ jobs:
run: |
echo Building the project
nix build .#check --log-lines 500 --show-trace
- name: Build release bundle
run: nix build .#bundled

- uses: actions/upload-artifact@v3
with:
name: kdatool-${{ matrix.os }}-bundle
path: result

0 comments on commit 37dbbec

Please sign in to comment.