restore build and release

This commit is contained in:
alemuntoni 2020-06-01 11:03:32 +02:00
parent 4469d6c5ef
commit cc01ad5c2e
4 changed files with 11 additions and 11 deletions

View File

@ -1,9 +1,9 @@
name: CompileAndRelease
name: BuildAndRelease
on:
[push, pull_request] #just for test release scripts
#schedule:
# - cron: '0 0 1 * *' #every first day of the month at midnight
#[push, pull_request] #just for test release scripts
schedule:
- cron: '0 1 1 * *' #every first day of the month at 1am
jobs:
update_ml_version:
@ -31,10 +31,10 @@ jobs:
- name: Update Snap file
run: |
sed "s%MESHLAB_VERSION%$(cat ML_VERSION)%g" install/linux/snap/local/snap_noversion.yaml > install/linux/snap/snapcraft.yaml
#- name: commit ML_VERSION, snapcraft.yaml and Info.plist change
# uses: stefanzweifel/git-auto-commit-action@v4.1.1
# with:
# commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change
- name: commit ML_VERSION, snapcraft.yaml and Info.plist change
uses: stefanzweifel/git-auto-commit-action@v4.1.1
with:
commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change
ubuntu_build_appimage:
needs: [update_ml_version]

View File

@ -1,4 +1,4 @@
name: CompileMacOS
name: BuildMacOS
on:
[push, pull_request]

View File

@ -1,4 +1,4 @@
name: CompileUbuntu
name: BuildUbuntu
on:
[push, pull_request]

View File

@ -1,4 +1,4 @@
name: CompileWindows
name: BuildWindows
on: [push, pull_request]