Merge remote-tracking branch 'origin/master-cmake' into master-cmake

This commit is contained in:
Sebastien
2020-10-16 12:18:37 -04:00
2 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: I2S-4MBFlash
name: I2S-4MFlash
on:
push:
@@ -13,11 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set target
run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MBFlash'
run: echo '::set-output name=TARGET_BUILD_NAME::I2S-4MFlash'
id: target-name-generator
- name: Get color
run: echo "Target is ${{steps.target-name-generator.outputs.TARGET_BUILD_NAME}}"
- uses: actions/checkout@v2
with:
submodules: true