Skip to content

Commit 432e620

Browse files
committed
fix: 修复发布的文件名
1 parent ebc8638 commit 432e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mkdir -p Arduino-PY32
3434
cp -r dest.git/* Arduino-PY32/
35-
zip -r PY32-${GITHUB_REF#refs/tags/}.zip Arduino-PY32
35+
zip -r Arduino-PY32-${GITHUB_REF#refs/tags/}.zip Arduino-PY32
3636
3737
- uses: ncipollo/release-action@v1
3838
with:

0 commit comments

Comments
 (0)