summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-release.yml')
-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