summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-25 18:34:44 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-26 09:29:34 +0100
commitf2367911af53f21703aae7d6154c6edf8de02d00 (patch)
tree0ac0e7735e38b1ed5943a0e300b729bf5786a5e9
parent4e6915465e8669485fb3f2e93a6a2206fdc2f18b (diff)
enable uplodad to appstore
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 1305dab0c..735b4b45f 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