Skip to content

Commit 0d6307c

Browse files
Merge pull request #21 from runtimeverification/fix/check-cachix-pin-executable
fix(release): restore executable bit on check-cachix-pin.sh and invoke via bash
2 parents b467bc2 + 59047e5 commit 0d6307c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/check-cachix-pin.sh

100644100755
File mode changed.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
export PATH="$(nix build github:runtimeverification/kup --no-link --print-out-paths)/bin:$PATH"
7272
kup publish k-framework-binary .#komet-node --keep-days 180
7373
# Cachix has not been responding to 'cachix pin' requests made under the hood by kup. Verify the push and pin manually.
74-
.github/scripts/check-cachix-pin.sh
74+
bash .github/scripts/check-cachix-pin.sh
7575
7676
- name: 'On failure, delete drafted release'
7777
if: failure()

0 commit comments

Comments
 (0)