Skip to content

Commit 8ab5a69

Browse files
Update push.yml
1 parent 59adfe4 commit 8ab5a69

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
name: IDF v5.1
2-
on:
3-
workflow_dispatch: # Manually start a workflow
41

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-
uses: jason2866/[email protected]
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 }}

0 commit comments

Comments
 (0)