Skip to content

Commit

Permalink
fix yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 12, 2024
1 parent 3ff93c3 commit d29bda7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ 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 d29bda7

Please sign in to comment.