diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fef1483..aaa82e7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,12 +138,12 @@ jobs: - name: Make and sign apkindex run: | apk index -o APKINDEX.tar.gz *.apk - abuild-sign -k ~/.abuild/abuild.rsa APKINDEX.tar.gz + abuild-sign -v -k ~/.abuild/abuild.rsa APKINDEX.tar.gz - name: Create repo structure run: | cp ~/.abuild/abuild.rsa.pub otc-auth.rsa.pub - echo -e " # otc-auth apk-repo \n This repo contains .apk files built from the [latest version of otc-auth](https://github.com/iits-consulting/otc-auth/releases).\n\n ## Usage \n \`\`\`bash \n apk add curl \n curl -SsL -o /etc/apk/keys/otc-auth.rsa.pub https://iits-consulting.github.io/apk-repo otc-auth.rsa.pub \n apk add otc-auth --repository='https://iits-consulting.github.io/apk-repo' \`\`\`" > README.md; + echo -e " # otc-auth apk-repo \n This repo contains .apk files built from the [latest version of otc-auth](https://github.com/iits-consulting/otc-auth/releases).\n\n ## Usage \n \`\`\`bash \n apk add curl \n curl -SsL -o /etc/apk/keys/otc-auth.rsa.pub https://iits-consulting.github.io/apk-repo otc-auth.rsa.pub \n apk add otc-auth --repository='https://iits-consulting.github.io/apk-repo' \n \`\`\`" > README.md; - name: Cleanup run: |