We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc8638 commit 432e620Copy full SHA for 432e620
.github/workflows/releases.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
mkdir -p Arduino-PY32
34
cp -r dest.git/* Arduino-PY32/
35
- zip -r PY32-${GITHUB_REF#refs/tags/}.zip Arduino-PY32
+ zip -r Arduino-PY32-${GITHUB_REF#refs/tags/}.zip Arduino-PY32
36
37
- uses: ncipollo/release-action@v1
38
with:
0 commit comments