Skip to content

Commit ca0e445

Browse files
committed
CI: Remove file exists check from release asset upload.
1 parent 3a4ca28 commit ca0e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}.uf2
9090

9191
- name: "Release: Upload .uf2 (With Filesystem)"
92-
if: ${{ github.event_name == 'release' && hashFiles('${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2') != '' }}
92+
if: github.event_name == 'release'
9393
uses: softprops/action-gh-release@v1
9494
with:
9595
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2

0 commit comments

Comments
 (0)