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:
parent
4effa5fd8f
commit
42a87ba572
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user