Skip to content

Commit

Permalink
try fixing the workflow yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 12, 2024
1 parent 33a87da commit 3ff93c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- id: create-release
uses: ncipollo/release-action@v1
with:
artifacts: ['workdir/ziptest.webhapp', 'workdir/ziptest.happ']
artifacts:
- 'workdir/ziptest.webhapp'
- 'workdir/ziptest.happ'
body: 'See assets below to download and install this version.'
name: ZipTest v${{ steps.version.outputs.APP_VERSION }} (Holochain ${{ steps.version.outputs.HOLOCHAIN_VERSION }})
tag: ziptest-v${{ steps.version.outputs.APP_VERSION }}
Expand Down

0 comments on commit 3ff93c3

Please sign in to comment.