Skip to content

Commit

Permalink
rm line move env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajun-Huang committed Nov 12, 2023
1 parent 641c355 commit aaecf9d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/master_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ on:
- 'software/**'
branches:
- master


- jiajun/workflow_fix

jobs:
# Build DBC and Binaries
build:
name: Build Firmware Binaries
runs-on: ubuntu-latest
env:
BUILD_DIR: build_fw_deploy
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -47,6 +44,8 @@ jobs:
# Uploads .elf binary to Github Actions workflow
- name: Save built artifact
uses: actions/upload-artifact@v3
env:
BUILD_DIR: build_fw_deploy
with:
name: ${{ matrix.board }}.elf
path: ${{ env.BUILD_DIR }}/${{ matrix.build_dir }}
Expand Down

0 comments on commit aaecf9d

Please sign in to comment.