From d29bda77d7f7cc4116d0efcb0f7fc7e6a901d2eb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 12 Dec 2024 11:01:09 +0100 Subject: [PATCH] fix yaml format --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 389e432..fecfc70 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}