Add example

pull/441/head
Dmitry Ilyin 2022-09-07 19:52:18 +03:00
parent 357ff8b86f
commit 5e1862401f
1 changed files with 12 additions and 0 deletions

View File

@ -562,6 +562,18 @@ jobs:
tag: ${{ env.TAG_NAME }}
overwrite: true
- name: Publish image -> toolchain mapping
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }}
env:
MAP_TOKEN: ${{ secrets.MAP_TOKEN }}
run: |
curl \
-X POST \
-F "release=${{ matrix.platform }}_${{ matrix.release }}" \
-F "toolchain=${TOOLNAME}" \
-H "Authorization: Bearer ${MAP_TOKEN}" \
https://openipc.org/map_toolchain || true
- name: Send binary file to telegram channel
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }}
env: