Skip to content

Commit 607f9cf

Browse files
committed
fix artifacts listing
1 parent 170ec30 commit 607f9cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-webhapps.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
uses: ncipollo/release-action@v1
4545
with:
4646
allowUpdates: false
47-
artifacts:
48-
- 'happs/happ/workdir/acorn.webhapp'
49-
- 'happs/happ/workdir/acorn.happ'
47+
artifacts: happs/happ/workdir/acorn.webhapp,happs/happ/workdir/acorn.happ
5048
body: 'See assets below to download and install this version.'
5149
name: v${{ steps.version.outputs.APP_VERSION }}-alpha
5250
tag: v${{ steps.version.outputs.APP_VERSION }}-alpha

0 commit comments

Comments
 (0)