From cc01ad5c2ea36cb2a343acc4ef09311b65f8d27f Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Mon, 1 Jun 2020 11:03:32 +0200 Subject: [PATCH] restore build and release --- ...CompileAndRelease.yml => BuildAndRelease.yml} | 16 ++++++++-------- .../{CompileMacOS.yml => BuildMacOS.yml} | 2 +- .../{CompileUbuntu.yml => BuildUbuntu.yml} | 2 +- .../{CompileWindows.yml => BuildWindows.yml} | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) rename .github/workflows/{CompileAndRelease.yml => BuildAndRelease.yml} (97%) mode change 100755 => 100644 rename .github/workflows/{CompileMacOS.yml => BuildMacOS.yml} (98%) mode change 100755 => 100644 rename .github/workflows/{CompileUbuntu.yml => BuildUbuntu.yml} (99%) mode change 100755 => 100644 rename .github/workflows/{CompileWindows.yml => BuildWindows.yml} (99%) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/BuildAndRelease.yml old mode 100755 new mode 100644 similarity index 97% rename from .github/workflows/CompileAndRelease.yml rename to .github/workflows/BuildAndRelease.yml index b1e3b9447..2cd126959 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -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] diff --git a/.github/workflows/CompileMacOS.yml b/.github/workflows/BuildMacOS.yml old mode 100755 new mode 100644 similarity index 98% rename from .github/workflows/CompileMacOS.yml rename to .github/workflows/BuildMacOS.yml index 96d153486..66f5594cc --- a/.github/workflows/CompileMacOS.yml +++ b/.github/workflows/BuildMacOS.yml @@ -1,4 +1,4 @@ -name: CompileMacOS +name: BuildMacOS on: [push, pull_request] diff --git a/.github/workflows/CompileUbuntu.yml b/.github/workflows/BuildUbuntu.yml old mode 100755 new mode 100644 similarity index 99% rename from .github/workflows/CompileUbuntu.yml rename to .github/workflows/BuildUbuntu.yml index 2a1db1ea9..aee2d3c49 --- a/.github/workflows/CompileUbuntu.yml +++ b/.github/workflows/BuildUbuntu.yml @@ -1,4 +1,4 @@ -name: CompileUbuntu +name: BuildUbuntu on: [push, pull_request] diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/BuildWindows.yml similarity index 99% rename from .github/workflows/CompileWindows.yml rename to .github/workflows/BuildWindows.yml index 43e84a00d..62880ca3c 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/BuildWindows.yml @@ -1,4 +1,4 @@ -name: CompileWindows +name: BuildWindows on: [push, pull_request]