Moved samuel action
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/**/*",
|
||||
|
||||
Reference in New Issue
Block a user