Skip to content

Commit

Permalink
Merge pull request #2 from tpyoed/main
Browse files Browse the repository at this point in the history
Tweak to workflow so that it works with projects that have changed the name.
  • Loading branch information
Onwrikbaar authored Sep 25, 2024
2 parents 5db4159 + 9d264f3 commit 8b99155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo $(pwd)
cd NeoDK/firmware
SEGGER=~/work/NeoDK/NeoDK/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/work/NeoDK/NeoDK/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
SEGGER="${GITHUB_WORKSPACE}/SEGGER_RTT_V792/RTT/" STM32CUBE_G0="${GITHUB_WORKSPACE}"/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
- name: Upload firmware artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8b99155

Please sign in to comment.