We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ec30 commit 607f9cfCopy full SHA for 607f9cf
.github/workflows/release-webhapps.yaml
@@ -44,9 +44,7 @@ jobs:
44
uses: ncipollo/release-action@v1
45
with:
46
allowUpdates: false
47
- artifacts:
48
- - 'happs/happ/workdir/acorn.webhapp'
49
- - 'happs/happ/workdir/acorn.happ'
+ artifacts: happs/happ/workdir/acorn.webhapp,happs/happ/workdir/acorn.happ
50
body: 'See assets below to download and install this version.'
51
name: v${{ steps.version.outputs.APP_VERSION }}-alpha
52
tag: v${{ steps.version.outputs.APP_VERSION }}-alpha
0 commit comments