Skip to content

Fix docs#5#6

Open
R0Wi wants to merge 2 commits into
masterfrom
fix_docs#5
Open

Fix docs#5#6
R0Wi wants to merge 2 commits into
masterfrom
fix_docs#5

Conversation

@R0Wi

@R0Wi R0Wi commented Nov 17, 2020

Copy link
Copy Markdown
Owner

No description provided.

@R0Wi R0Wi linked an issue Nov 17, 2020 that may be closed by this pull request
Comment thread README.md
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

Copy link
Copy Markdown
Contributor

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

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

Copy link
Copy Markdown
Contributor

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"

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

Copy link
Copy Markdown
Contributor

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