Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers committed Sep 1, 2024
1 parent dd04b6c commit ad6acbf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@ jobs:
chmod +x build*.sh bld.sh || exit 1
export PICO_SDK_PATH=$HOME/pico-sdk
./buildAll.sh
ls -l
ls -l releases
- name: Show release info using picotool
run: |
PICOTOOL=$HOME/picotool/build/picotool
export PICO_SDK_PATH=$HOME/pico-sdk
for file in releases/*.uf2; do
echo "-----------------------------"
$PICOTOOL info $file
done
# - name: Show release info using picotool
# run: |
# PICOTOOL=$HOME/picotool/build/picotool
# export PICO_SDK_PATH=$HOME/pico-sdk
# for file in releases/*.uf2; do
# echo "-----------------------------"
# $PICOTOOL info $file
# done

# - name: Create release
# uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit ad6acbf

Please sign in to comment.