Skip to content

Commit

Permalink
Upload binaries in ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 26, 2024
1 parent 9d8cd87 commit f2ae4cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- name: Build
run: |
nix develop --command bash -c "cabal build"
mkdir -p bin
nix develop --command bash -c "cp $(cabal list-bin pegasus) bin"
- name: 💾 Upload executables
uses: actions/upload-artifact@v4
with:
name: pegasus-x86_64-linux
path: bin/*

- name: Test
# NOTE: The ci shell does not contain cardano-node
Expand Down

0 comments on commit f2ae4cc

Please sign in to comment.