miniz deflate for use with esp32 ROM #5
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
name: Upload component | |
on: | |
workflow_dispatch: | |
push: | |
tags: | |
- 'v*' | |
jobs: | |
upload_components: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Upload component to the registry | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
namespace: "jkent" | |
name: "frogfs" | |
version: ${{ github.ref_name }} | |
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |