Skip to content

Commit 4fa6948

Browse files
committed
oops
1 parent dfe64b6 commit 4fa6948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
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
@@ -66,10 +70,6 @@ jobs:
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

0 commit comments

Comments
 (0)