Run patch in build

This commit is contained in:
WardPearce
2024-09-20 21:14:34 +12:00
parent f40ec38fcf
commit 97e13851c7
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -51,6 +51,9 @@ jobs:
- name: Install electron modules
run: cd ./materialious/electron && npm install
- name: Patch capacitor plugin
run: cd ./materialious/electron && python patch_capacitor_plugin.py
- name: Set up environment variables
run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
shell: bash