Skip to content

Commit

Permalink
ci: Minor fixes in nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Mar 11, 2024
1 parent de673df commit eb7cebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind2-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
image: kind2:latest
path: /home/opam/kind2-build/bin/kind2
destination: ./bin/kind2
destination: ./bin/

- name: Build Kind 2 macOS binary
if: runner.os == 'macOS'
Expand All @@ -80,7 +80,7 @@ jobs:
cd bin
chmod u+x kind2
date=$(date "+%Y-%m-%d")
if [[ "$RUNNER_OS" != "Linux" ]]; then
if [[ "$RUNNER_OS" == "Linux" ]]; then
tag="linux-x86_64"
else
tag="${{ matrix.os }}-$(uname -m)"
Expand Down

0 comments on commit eb7cebd

Please sign in to comment.