Skip to content

Commit e6e79e1

Browse files
committed
Fix dist md5sum printing
1 parent 03e68f6 commit e6e79e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/notion-repackaged.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
NOTION_REPACKAGED_EDITION: ${{ matrix.edition }}
163163
run: npx electron-builder --${{ matrix.target }} -c ../electron-builder.js
164164
- name: Print packages md5 checksums
165-
run: find ./dist/ -type f -exec md5sum {} +
165+
working-directory: ${{ matrix.edition }}-src
166+
run: find ./dist/ -maxdepth 1 -type f -exec openssl md5 {} +
167+
shell: bash
166168
cleanup:
167169
name: Cleanup artifacts
168170
if: always()

0 commit comments

Comments
 (0)