Moved samuel action

This commit is contained in:
WardPearce
2024-05-06 19:04:29 +12:00
parent ef60a28bdc
commit a1507cb941
3 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -78,5 +78,5 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}
file: ./materialious/android/app/release/*
tag: ${{ github.ref }}
overwrite: false
overwrite: true
file_glob: true
+4 -13
View File
@@ -56,17 +56,8 @@ jobs:
- name: Sync electron package
run: cd ./materialious && npx cap sync @capacitor-community/electron
- name: Install electron modules
run: cd ./materialious/electron && npm install
- name: Build desktop packages
run: cd ./materialious/electron && npm run electron:make
- name: Upload builds to release
uses: svenstaro/upload-release-action@v2
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./materialious/electron/dist/Materialious*
tag: ${{ github.ref }}
overwrite: false
file_glob: true
github_token: ${{ secrets.github_token }}
package_root: "./materialious/electron"
@@ -3,6 +3,9 @@
"directories": {
"buildResources": "resources"
},
"publish": {
"provider": "github"
},
"icon": "../static/icon512_maskable.png",
"files": [
"assets/**/*",