Skip to content

Commit

Permalink
fix(release): App signature
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 20, 2024
1 parent c5bafb9 commit f40ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-conventional-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
tar -xvf ${{ env.APP_NAME }}.tar.gz
cd ../../
# Setting up keys
echo "${{ secrets.APP_CERT }}" > build/${{ env.APP_NAME }}.crt
echo "${{ secrets.APP_PRIVATE_KEY }}" > build/${{ env.APP_NAME }}.key
wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt" -o build/${{ env.APP_NAME }}.crt
pwd
ls -l
ls -l build
Expand Down

0 comments on commit f40ec12

Please sign in to comment.