1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-03-15 00:15:43 +01:00

Fix release flow

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2021-02-10 16:17:57 +01:00
parent 4effa5fd8f
commit 42a87ba572

View File

@ -48,7 +48,7 @@ jobs:
run: cd ../server/apps/${{ env.APP_NAME }} && make appstore run: cd ../server/apps/${{ env.APP_NAME }} && make appstore
env: env:
app_private_key: ${{ secrets.APP_PRIVATE_KEY }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_public_cert: ${{ secrets.APP_PUBLIC_CERT }} app_public_crt: ${{ secrets.APP_PUBLIC_CRT }}
- name: Upload app tarball to release - name: Upload app tarball to release
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2