File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 node release-automation/build.js --debian --tarball --appimage --x64 --armv7l --arm64
3030 env :
3131 DEBUG : electron-builder
32+ - name : Normalize tarballs for reproducibility
33+ run : |
34+ sudo apt-get install -y strip-nondeterminism
35+ strip-nondeterminism dist/*.tar.gz
3236 - name : Debug info
3337 run : node scripts/print-file-tree.js dist
3438 - name : Upload artifacts to GitHub Actions
6670 node release-automation/build.js --mac-legacy-10.13-10.14 --mac-legacy-10.15 --x64
6771 env :
6872 DEBUG : electron-builder
69- - name : Normalize tarballs for reproducibility
70- run : |
71- sudo apt-get install -y strip-nondeterminism
72- strip-nondeterminism dist/*.tar.gz
7373 - name : Debug info
7474 run : node scripts/print-file-tree.js dist
7575 - name : Upload artifacts to GitHub Actions
You can’t perform that action at this time.
0 commit comments