From 57fedc9fd56f9001ab9b2e1e6cafdd2dcf1dcde8 Mon Sep 17 00:00:00 2001 From: javalsai Date: Wed, 9 Jul 2025 20:10:45 +0200 Subject: [PATCH] ci(fix): release, sed nix update replace --- .github/workflows/make-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 2c542ca..8815809 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -116,7 +116,7 @@ jobs: sha256sum=$(nix hash path "$tmpdir") sed -i -E 's/(.*version\s*=\s*")[0-9.]*(".*)/\1'${{ needs.release-checks.outputs.VERSION }}'\2/' assets/pkg/nix/module.nix - sed -i -E 's/(.*sha256\s*=\s*")[^"]*(".*)/\1'"$sha256sum"'\2/' assets/pkg/nix/module.nix + sed -i -E 's|(.*sha256\s*=\s*")[^"]*(".*)|\1'"$sha256sum"'\2|' assets/pkg/nix/module.nix # would be cool to be able to check the new module.nix builds - run: |