Skip to content

Commit

Permalink
SUKU release workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Oct 13, 2023
1 parent 9c208b5 commit 64887da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/firmware_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- name: Checkout repo and submodules
uses: actions/checkout@v2
with:
submodules: 'recursive'
ref: ${{ github.ref }}

- name: List files
- name: Echo ref, List files
run: |
echo ${{ github.ref }}
ls
- name: Install GNU Arm Embedded Toolchain (arm-none-eabi-gcc)
Expand Down

0 comments on commit 64887da

Please sign in to comment.