From 48b433cf7bd123330281057019f4f2039a738cf3 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 1 Jun 2024 00:22:21 +0100 Subject: [PATCH] chore: misc ci/build updates --- .github/workflows/release.yml | 2 +- release-please-config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1a5216..94dcd7da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/release-please-config.json b/release-please-config.json index 3a1478f6..a3e6764f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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" } ] } },