Skip to content

Commit 1c64520

Browse files
committed
attempted versioning workflow
1 parent 95041c8 commit 1c64520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
# build it
3030
- run: |
3131
pip install uf2utils
32-
python -m uf2utils.examples.custom_pico --fs_root $GITHUB_WORKSPACE/sdk/src --upython /tmp/rp2-pico.uf2 --out /tmp/tt-demo-rp2040.uf2
32+
touch $GITHUB_WORKSPACE/sdk/src/release_${{ github.ref_name }}
33+
python -m uf2utils.examples.custom_pico --fs_root $GITHUB_WORKSPACE/sdk/src --upython /tmp/rp2-pico.uf2 --out /tmp/tt-demo-rp2040-${{ github.ref_name }}.uf2
3334
- name: Upload Release
3435
uses: ncipollo/release-action@v1
3536
with:

0 commit comments

Comments
 (0)