Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajun-Huang committed Nov 11, 2023
1 parent 0506bab commit f7a9200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/master_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
- jiajun/workflow_fix
- master



jobs:
# Build DBC and Binaries
build:
name: Build Firmware Binaries
runs-on: ubuntu-latest
env:
BUILD_DIR: 'path/to/your/build/directory'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -71,7 +75,7 @@ jobs:
uses: ./.github/actions/push_release
with:
# https://github.com/actions/download-artifact#download-all-artifacts
files: "FSM.elf BMS.elf/BMS.elf DCM.elf/DCM.elf DIM.elf/DIM.elf PDM.elf/PDM.elf f4dev.elf/f4dev.elf CanMsgs.dbc/CanMsgs.dbc"
files: "FSM.elf/FSM.elf BMS.elf/BMS.elf DCM.elf/DCM.elf DIM.elf/DIM.elf PDM.elf/PDM.elf f4dev.elf/f4dev.elf CanMsgs.dbc/CanMsgs.dbc"
latest: true
title: "Stable Binaries and DBCs"
body: "This release contains the latest stable binaries and DBCs."
Expand Down

0 comments on commit f7a9200

Please sign in to comment.