Skip to content

Commit

Permalink
Merge pull request #3666 from nextcloud/fix/app-release
Browse files Browse the repository at this point in the history
fix: build process
  • Loading branch information
miaulalala authored Aug 22, 2024
2 parents 2d0210e + e921338 commit 82f780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# Extracting release
cd ${{ env.APP_NAME }}/build/artifacts/appstore
tar -xvf ${{ env.APP_NAME }}.tar.gz
cd ../../../
cd ../../../../
# Setting up keys
echo '${{ secrets.APP_PRIVATE_KEY }}' > ${{ env.APP_NAME }}.key
wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt"
Expand Down

0 comments on commit 82f780b

Please sign in to comment.