Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release.yml #101

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,21 @@ jobs:
- name: make with GCC
run: |
export PATH=${PATH}:$HOME/work/_temp/arm-none-eabi/bin:
make
make -k NO_ECN001=1
cp projects/cm_mcu/gcc/cm_mcu.bin cm_mcu_noecn001.bin
cp projects/cm_mcu/gcc/cm_mcu.axf cm_mcu_noecn001.axf
make clean
make -k
- name: test
run: pwd; ls -R ~/work/; find . -type f -name '*.axf' -print
run: pwd; ls -R ; find . -type f -name '*.axf' -print
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
- work/**/cm_mcu*.axf
- work/cm_mcu/cm_mcu/projects/cm_mcu/gcc/cm_mcu*.bin
- **/bl_main.axf
- **/bl_main.bin
- ./projects/cm_mcu/gcc/cm_mcu.axf
- ./projects/cm_mcu/gcc/cm_mcu.bin
- ./projects/boot_loader/gcc/bl_main.axf
- /home/runner/work/cm_mcu/cm_mcu/projects/cm_mcu/gcc/cm_mcu.o
- cm_mcu_noecn001.axf
- cm_mcu_noecn001.bin