mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
restore chrono compile and release
This commit is contained in:
parent
86b014c89f
commit
12665f1e2e
8
.github/workflows/CompileAndRelease.yml
vendored
8
.github/workflows/CompileAndRelease.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: CompileAndRelease
|
||||
|
||||
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 0 1 * *' #every first day of the month at midnight
|
||||
|
||||
jobs:
|
||||
update_ml_version:
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Update Snap file
|
||||
run: |
|
||||
sed "s%MESHLAB_VERSION%$(cat ML_VERSION)%g" install/linux/snap/snap_noversion.yaml > install/linux/snap/snapcraft.yaml
|
||||
- name: commit ML_VERSION 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user