File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
- container :
11
- image : ghcr.io/armmbed/mbed-os-env:master-latest
12
10
runs-on : ubuntu-latest
13
11
env :
14
12
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
32
30
- ./
33
31
libraries : |
34
32
- name: FastLED
35
- # cli-compile-flags: |
36
- # - '--export-binaries'
33
+ cli-compile-flags : |
34
+ - '--export-binaries'
37
35
- name : release
38
36
id : create_release
39
37
uses : actions/create-release@v1
51
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
50
with :
53
51
upload_url : ${{ steps.create_release.outputs.upload_url }}
54
- # asset_path: ./build/MightyCore.avr.1284/chargingboard.ino.hex
55
- asset_path : /tmp/arduino-sketch-*/chargingboard.ino.hex
52
+ asset_path : ./build/MightyCore.avr.1284/chargingboard.ino.hex
53
+ # asset_path: /tmp/arduino-sketch-*/chargingboard.ino.hex
56
54
asset_name : chargingboard.hex
57
55
asset_content_type : application/octet-stream
58
56
- uses : act10ns/slack@v1
You can’t perform that action at this time.
0 commit comments