From f2367911af53f21703aae7d6154c6edf8de02d00 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 25 Oct 2020 18:34:44 +0100 Subject: enable uplodad to appstore Signed-off-by: Benjamin Brahmer --- .github/workflows/build-release.yml | 16 ++++++++-------- 1 file 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 -- cgit v1.2.3