We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9da39f commit 047ca6aCopy full SHA for 047ca6a
.github/workflows/master.yml
@@ -79,6 +79,6 @@ jobs:
79
packages: jq
80
script: |
81
export PATH="$(nix build github:runtimeverification/kup --no-link --json | jq -r '.[].outputs | to_entries[].value')/bin:$PATH"
82
- kup publish k-framework-binary .#stable-mir-json --keep-days 180
+ kup publish k-framework-binary .#stable-mir-json --keep-days 180 || true
83
84
bash .github/scripts/check-cachix-pin.sh
0 commit comments