1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

OPS-413 added publish url=publish-releases.anytype.io

This commit is contained in:
Grigory Efimov 2024-05-29 18:26:27 -03:00
parent dccf88fb5f
commit 0e157ec80d
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939
2 changed files with 20 additions and 9 deletions

View file

@ -106,6 +106,7 @@ jobs:
DO_SECRET_KEY: ${{ secrets.DO_SECRET_KEY }}
USE_HARD_LINKS: false
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
PUBLISH_RELEASES_TOKEN: ${{ secrets.PUBLISH_RELEASES_TOKEN }}
- name: Build Front Other
if: matrix.os != 'macos-12'
@ -124,6 +125,7 @@ jobs:
AZURE_CERT_NAME: ${{ secrets.AZURE_CERT_NAME }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
PUBLISH_RELEASES_TOKEN: ${{ secrets.PUBLISH_RELEASES_TOKEN }}
- name: Make artifacts dir
run: |

View file

@ -562,9 +562,12 @@
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"publish": [
{
"provider": "spaces",
"name": "anytype-release",
"region": "fra1"
"provider": "generic",
"url": "https://publish-releases.anytype.io/electron",
"channel": "latest",
"requestHeaders": {
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
}
}
],
"signIgnore": [
@ -582,9 +585,12 @@
"icon": "electron/img/icons/256x256.ico",
"publish": [
{
"provider": "spaces",
"name": "anytype-release",
"region": "fra1"
"provider": "generic",
"url": "https://publish-releases.anytype.io/electron",
"channel": "latest",
"requestHeaders": {
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
}
}
]
},
@ -600,9 +606,12 @@
"description": "Anytype",
"publish": [
{
"provider": "spaces",
"name": "anytype-release",
"region": "fra1"
"provider": "generic",
"url": "https://publish-releases.anytype.io/electron",
"channel": "latest",
"requestHeaders": {
"Authorization": "Bearer ${PUBLISH_RELEASES_TOKEN}"
}
}
]
},