diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-24 21:36:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 21:36:21 +0200 |
| commit | 395d1f20c75c27dec9d3947287304e288a8031c9 (patch) | |
| tree | cdfe6ef080a9f22b2d7037498e3397675be0639d /.github/workflows | |
| parent | bd67ccdefe67e7880ad4c7b8affa753e613669ed (diff) | |
enable electron builder signing again (#2317)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10236952..2bb0fe38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,8 +182,6 @@ jobs: echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH - shell: bash run: | - # disable electron-builder signing and make dist - export CSC_IDENTITY_AUTO_DISCOVERY=false make dist env: BUILD: osx |
