Skip to content

Commit f205283

Browse files
committed
remove version from UF2 file name; fixes microsoft/jacdac#1022
1 parent e2236e8 commit f205283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FW_VERSION = $(shell git describe --dirty --tags --match 'v[0-9]*' --always | se
4444

4545
dist: uf2
4646
mkdir -p build/dist
47-
cp build/espjd.uf2 build/dist/jacscript-esp32s2-$(FW_VERSION).uf2
47+
cp build/espjd.uf2 build/dist/jacscript-esp32s2.uf2
4848

4949
bump:
5050
sh ./scripts/bump.sh

0 commit comments

Comments
 (0)