File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 1
- name : IDF v5.1
2
- on :
3
- workflow_dispatch : # Manually start a workflow
4
1
5
- jobs :
6
- build-libs :
7
- name : Build Arduino Libs
8
- runs-on : macos-14
9
- steps :
10
- - uses : actions/checkout@v4
11
- - name : Set up Python
12
- uses : actions/setup-python@v5
13
- with :
14
- python-version : ' 3.11'
15
- - name : Install dependencies
16
- run : bash ./tools/prepare-ci.sh
17
- - name : Get current branch
18
- run : |
19
- echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
20
- - name : Build Arduino Libs
21
- run : bash ./build.sh
22
- - name : Release
23
-
24
- with :
25
- tag_name : ${{ github.run_number }}
26
- body_path : release-info.txt
27
- prerelease : true
28
- files : |
29
- dist/framework*
30
- release-info.txt
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments