Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs#5 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix docs#5 #6

wants to merge 2 commits into from

Conversation

R0Wi
Copy link
Owner

@R0Wi R0Wi commented Nov 17, 2020

No description provided.

@R0Wi R0Wi linked an issue Nov 17, 2020 that may be closed by this pull request
Comment on lines +100 to +106
ref: 'master'
- name: Checkout NC submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ref: 'master'
- name: Checkout NC submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
ref: master
submodules: true

run: |
cd ${{ env.APP_NAME }}
echo "${{ secrets.APP_PRIVATE_KEY }}" > ${{ env.APP_NAME }}.key
echo "${{ secrets.APP_CERT }}" > ${{ env.APP_NAME }}.crt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to download from the official repo instead.

Suggested change
echo "${{ secrets.APP_CERT }}" > ${{ env.APP_NAME }}.crt
wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt"

id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure all apps follows that path 🤔
Krankerl outputs to build/artifacts/<app_id>.tar.gz
https://github.com/ChristophWurst/krankerl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly behaves slightly differently
2 participants