mirror of https://github.com/OpenIPC/firmware.git
Add example
parent
357ff8b86f
commit
5e1862401f
|
@ -562,6 +562,18 @@ jobs:
|
||||||
tag: ${{ env.TAG_NAME }}
|
tag: ${{ env.TAG_NAME }}
|
||||||
overwrite: true
|
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
|
- name: Send binary file to telegram channel
|
||||||
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }}
|
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue