Skip to content

Commit

Permalink
fix another fixing fix fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 15, 2024
1 parent c85c039 commit 4930efb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs:

- name: fix issue with Snapcraft files
if: startsWith(matrix.os, 'ubuntu')
run: sed -i 's/snapcraft.run(dir, '\''push'\'', this.config, snapArtifacts)/snapcraft.run(dir, '\''push '\'' + snapArtifacts.join('\'' '\''), this.config)/' node_modules/@electron-forge/publisher-snapcraft/dist/PublisherSnapcraft.js
run: sed -i '97s/options/options, extraArgs/' node_modules/electron-installer-snap/src/snapcraft.js

- name: fix issue with Snapcraft files
if: startsWith(matrix.os, 'ubuntu')
run: sed -i '98s/options/options, extraArgs/' node_modules/electron-installer-snap/src/snapcraft.js

- name: fix electron-installer-snap
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 4930efb

Please sign in to comment.