Skip to content

Commit

Permalink
fixed happ path in release-happ workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Nov 5, 2024
1 parent b056f06 commit bca7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: 'workdir/group.happ'
artifacts: 'workdir/generic-dna.happ'
body: 'See assets below to download and install this version.'
name: simple-holochain-happ v${{ steps.version.outputs.APP_VERSION }}-hdk-${{ steps.version.outputs.HDK_VERSION }}
tag: simple-holochain-happ-v${{ steps.version.outputs.APP_VERSION }}
Expand Down

0 comments on commit bca7f06

Please sign in to comment.