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 03e68f6 commit e6e79e1Copy full SHA for e6e79e1
.github/workflows/notion-repackaged.yml
@@ -162,7 +162,9 @@ jobs:
162
NOTION_REPACKAGED_EDITION: ${{ matrix.edition }}
163
run: npx electron-builder --${{ matrix.target }} -c ../electron-builder.js
164
- name: Print packages md5 checksums
165
- run: find ./dist/ -type f -exec md5sum {} +
+ working-directory: ${{ matrix.edition }}-src
166
+ run: find ./dist/ -maxdepth 1 -type f -exec openssl md5 {} +
167
+ shell: bash
168
cleanup:
169
name: Cleanup artifacts
170
if: always()
0 commit comments