Skip to content

Commit

Permalink
fix: publish all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 13, 2023
1 parent 49638ce commit 108ae9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install-release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
run: ls -R
- uses: ncipollo/release-action@v1
with:
artifacts: "artifact/lair-keystore-*"
artifacts: |
"artifact/holochain-*"
"artifact/hc-*"
"artifact/lair-keystore-*"
name: Prebuilt Binaries for Holochain ${{ github.event.client_payload.holochain_version }}
body: "Holochain, Holochain CLI & Lair Keystore binaries compatible with holochain ${{ github.event.client_payload.holochain_version }}"
tag: "${{ github.event.client_payload.holochain_version }}"
Expand Down

0 comments on commit 108ae9d

Please sign in to comment.