Upload component to ESP-IDF component registry #15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright © SixtyFPS GmbH <[email protected]> | |
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial | |
name: Upload component to ESP-IDF component registry | |
on: | |
workflow_dispatch: | |
jobs: | |
upload_components: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Upload component | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
name: "slint" | |
namespace: "slint" | |
api_token: ${{ secrets.ESP_IDF_COMPONENTS_TOKEN }} | |
directories: "api/cpp/esp-idf/slint" |