summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-26 09:40:47 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-26 10:12:03 +0100
commit7b3fad03511519d9061652dfae1473ea01f0ca17 (patch)
tree5e070818d6e7ce8862b5ef84f24ced6e21580ab1
parent3025e1c8588688dd5038150d1f0a23a946ec323e (diff)
Fix yaml error
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/build-release.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index 735b4b45f..44751fcf0 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -29,11 +29,11 @@ jobs:
asset_name: ${{ env.APP_NAME }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
- - name: Upload app to Nextcloud appstore
- uses: R0Wi/nextcloud-appstore-push-action@v1
- with:
- app_name: ${{ env.APP_NAME }}
- appstore_token: ${{ secrets.APPSTORE_TOKEN }}
- download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
- app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
- nightly: ${{ github.event.release.prerelease }} \ No newline at end of file
+ - name: Upload app to Nextcloud appstore
+ uses: R0Wi/nextcloud-appstore-push-action@v1
+ with:
+ app_name: ${{ env.APP_NAME }}
+ appstore_token: ${{ secrets.APPSTORE_TOKEN }}
+ download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
+ app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
+ nightly: ${{ github.event.release.prerelease }} \ No newline at end of file