Skip to content

Commit

Permalink
feat: upload static artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
d4hines committed Oct 22, 2022
1 parent 847fafc commit 53b9578
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
run: nix --log-format raw -L build '.#deku'
- name: Build static
run: nix --log-format raw -L build '.#deku-static'
- name: Upload static artifacts
uses: actions/upload-artifact@v3
with:
name: deku-cli
path: ./result/bin/deku-cli

0 comments on commit 53b9578

Please sign in to comment.