libsmb2: fix cb_data leak when session fails during early connect #151
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: Push libsmb2 to Espressif Component Service | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
upload_components: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- name: Upload component to component service | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
name: "libsmb2" | |
namespace: "sahlberg" | |
api_token: ${{ secrets.ESP_IDF_COMPONENT_API_TOKEN }} |