Skip to content

Commit

Permalink
release.yml: On failure run publish with verbose option enabled (#4623)
Browse files Browse the repository at this point in the history
On failure we need more informaiton why the upload to cachix failed.
More information is always needed.
  • Loading branch information
F-WRunTime authored Sep 3, 2024
1 parent b4f86f2 commit 4e44f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
packages: jq
script: |
export PATH="$(nix build github:runtimeverification/kup --no-link --json | jq -r '.[].outputs | to_entries[].value')/bin:$PATH"
kup publish k-framework-binary .#k --keep-days 180
kup publish k-framework-binary .#k.openssl.procps.secp256k1 --keep-days 180
kup publish --verbose k-framework-binary .#k --keep-days 180
kup publish --verbose k-framework-binary .#k.openssl.procps.secp256k1 --keep-days 180
ubuntu-noble:
name: 'K Ubuntu Noble Package'
runs-on: [self-hosted, linux, normal]
Expand Down

0 comments on commit 4e44f2d

Please sign in to comment.