From 600d987e7fdfc1a4856311a613081d3bf95e9d90 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 19 Apr 2021 13:27:51 +0200 Subject: delete key and crt after the last step Signed-off-by: Benjamin Brahmer --- .github/workflows/build-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7243d661a..35fc3e05c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -47,7 +47,6 @@ jobs: - name: Create signed release archive run: | cd ../server/apps/${{ env.APP_NAME }} && make appstore - rm -f ~/.nextcloud/certificates/* env: app_private_key: ${{ secrets.APP_PRIVATE_KEY }} app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} @@ -70,3 +69,6 @@ jobs: download_url: ${{ steps.attach_to_release.outputs.browser_download_url }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }} nightly: ${{ github.event.release.prerelease }} + + - name: Delete crt and key from local storage + run: rm -f ~/.nextcloud/certificates/* \ No newline at end of file -- cgit v1.2.3