diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7979713b3e..3b2a1cdc4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,9 +94,9 @@ jobs: # Publish all three package variants using kup publish # Using public macOS runner has proven reliable for large file uploads - kup publish --verbose k-framework-binary .#k --keep-days 180 - kup publish --verbose k-framework-binary .#k.openssl.secp256k1 --keep-days 180 - kup publish --verbose k-framework-binary .#k.openssl.procps.secp256k1 --keep-days 180 + kup publish --verbose k-framework-binary .#k --keep-days 180 || true + kup publish --verbose k-framework-binary .#k.openssl.secp256k1 --keep-days 180 || true + kup publish --verbose k-framework-binary .#k.openssl.procps.secp256k1 --keep-days 180 || true # kup/cachix pin visibility can be flaky; verify pins and narinfo via public API bash .github/scripts/check-cachix-pin.sh