We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d548f3a commit 9ac1664Copy full SHA for 9ac1664
.github/workflows/build_script.yml
@@ -72,6 +72,6 @@ jobs:
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
run: |
75
- gh release upload "${{ steps.create-new-obo-car-image-release.outputs.tag }}" \
+ gh release upload "${{steps.version_tag.outputs.tag }}" \
76
boards/OBO_CAR/build/micropython.bin
77
0 commit comments