Skip to content

Commit 80fd559

Browse files
committed
fix: now pls
1 parent 4660a70 commit 80fd559

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
# the first number is used for pushes to the main branch (releases)
3535
# the second number is used for pull requests (to keep the storage usage low)
3636
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"
4037

4138
strategy:
4239
# set to false to not cancel the build when a matrix job fails

electron-builder.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"dist-electron",
1616
"dist",
1717
],
18-
pkg: {
19-
artifactName: "${productName}-${version}-Source.${ext}",
20-
},
2118
win: {
2219
target: [
2320
{

0 commit comments

Comments
 (0)