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 4660a70 commit 80fd559Copy full SHA for 80fd559
.github/workflows/build.yml
@@ -34,9 +34,6 @@ jobs:
34
# the first number is used for pushes to the main branch (releases)
35
# the second number is used for pull requests (to keep the storage usage low)
36
ARTIFACT_RETENTION_DAYS: ${{ github.event_name == 'push' && github.ref_name == 'main' && 4 || 1 }}
37
- # set cache directory for electron and electron-builder files
38
- ELECTRON_CACHE: ".cache/electron"
39
- ELECTRON_BUILDER_CACHE: ".cache/electron-builder"
40
41
strategy:
42
# set to false to not cancel the build when a matrix job fails
electron-builder.json5
@@ -15,9 +15,6 @@
15
"dist-electron",
16
"dist",
17
],
18
- pkg: {
19
- artifactName: "${productName}-${version}-Source.${ext}",
20
- },
21
win: {
22
target: [
23
{
0 commit comments