Skip to content

Commit

Permalink
chore: misc ci/build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed May 31, 2024
1 parent c86b3f5 commit 48b433c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build . -Lv
run: nix build . -L
- name: Add zips to release
run: gh release upload ${{ needs.release-please.outputs.tag_name }} result/*.zip
env:
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"release-type": "simple",
"draft-pull-request": true,
"extra-files": [
{ "type": "generic", "path": "README.md" }
{ "type": "generic", "path": "README.md" },
{ "type": "generic", "path": "build" }
]
}
},
Expand Down

0 comments on commit 48b433c

Please sign in to comment.