Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
git config --global user.email "github-actions@github.com"

# Create target directory if it doesn't exist
mkdir -p kastle2-webapps/files/wave-bard-sample-loader/public/firmwares
#mkdir -p kastle2-webapps/wave-bard-sample-loader/public/firmwares

# Copy firmware with version (branch name)
cp kastle2/code/build/output/kastle2-wave-bard.uf2 "kastle2-webapps/files/wave-bard-sample-loader/public/firmwares/kastle2-wave-bard-${{ github.ref_name }}.uf2"
cp kastle2/code/build/output/kastle2-wave-bard.uf2 "kastle2-webapps/wave-bard-sample-loader/public/firmwares/kastle2-wave-bard-${{ github.ref_name }}.uf2"

# Change to webapps directory and commit
cd kastle2-webapps
git add "files/wave-bard-sample-loader/public/firmwares/kastle2-wave-bard-${{ github.ref_name }}.uf2"
git add "wave-bard-sample-loader/public/firmwares/kastle2-wave-bard-${{ github.ref_name }}.uf2"
git commit -m "Update wave-bard firmware from ${{ github.ref_name }} branch (commit ${{ github.sha }})"
git push

Expand Down
3 changes: 3 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# tracking version updates

1. new file