Skip to content

Commit

Permalink
something idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Nov 7, 2023
2 parents 2743369 + 584d604 commit 0a37001
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-BITSv5.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build BITSv5

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -39,3 +39,13 @@ jobs:
export PICO_SDK_PATH=../../pico-sdk
cmake ..
make
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: BITSv5-v0.0.0
files: |
/home/runner/work/command_module/command_module/Code/BITS/BITSv5/test/build/test.uf2
/home/runner/work/command_module/command_module/Code/BITS/BITSv5/test/build/test.bin
/home/runner/work/command_module/command_module/Code/BITS/BITSv5/test/build/test.hex
/home/runner/work/command_module/command_module/Code/BITS/BITSv5/test/build/test.elf

0 comments on commit 0a37001

Please sign in to comment.