We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4ca28 commit ca0e445Copy full SHA for ca0e445
.github/workflows/micropython.yml
@@ -89,7 +89,7 @@ jobs:
89
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}.uf2
90
91
- name: "Release: Upload .uf2 (With Filesystem)"
92
- if: ${{ github.event_name == 'release' && hashFiles('${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2') != '' }}
+ if: github.event_name == 'release'
93
uses: softprops/action-gh-release@v1
94
with:
95
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2
0 commit comments