Skip to content

utils: Add smb2-cp a utility to copy files to/from a share #163

utils: Add smb2-cp a utility to copy files to/from a share

utils: Add smb2-cp a utility to copy files to/from a share #163

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 }}