Skip to content

Commit 9712a2d

Browse files
committed
Fixed release action.
1 parent f95f1f1 commit 9712a2d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77

88
jobs:
99
build:
10-
container:
11-
image: ghcr.io/armmbed/mbed-os-env:master-latest
1210
runs-on: ubuntu-latest
1311
env:
1412
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -32,8 +30,8 @@ jobs:
3230
- ./
3331
libraries: |
3432
- name: FastLED
35-
# cli-compile-flags: |
36-
# - '--export-binaries'
33+
cli-compile-flags: |
34+
- '--export-binaries'
3735
- name: release
3836
id: create_release
3937
uses: actions/create-release@v1
@@ -51,8 +49,8 @@ jobs:
5149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5250
with:
5351
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
5654
asset_name: chargingboard.hex
5755
asset_content_type: application/octet-stream
5856
- uses: act10ns/slack@v1

0 commit comments

Comments
 (0)