mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
use mysys2bash for deploy
This commit is contained in:
parent
3fc36e6771
commit
0235f4beaf
4
.github/workflows/CreateRelease.yml
vendored
4
.github/workflows/CreateRelease.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: commit ML_VERSION change
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.1
|
||||
with:
|
||||
commit_message: Apply automatic ML_VERSION change to ${{ github.event.inputs.version }}
|
||||
commit_message: New version: ${{ github.event.inputs.version }}
|
||||
|
||||
linux_build:
|
||||
needs: [update_ml_version]
|
||||
@ -192,7 +192,7 @@ jobs:
|
||||
run: |
|
||||
.\scripts\Windows\resources\windows_sign_dlls.ps1 -pssw '${{ secrets.WIN_CERTIFICATE_PWD }}' -path 'src\install\'
|
||||
- name: Deploy
|
||||
shell: bash
|
||||
shell: C:\shells\msys2bash.cmd {0}
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/2_deploy.sh
|
||||
- name: NSIS script
|
||||
|
||||
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} --nightly
|
||||
- name: Deploy
|
||||
shell: bash
|
||||
shell: C:\shells\msys2bash.cmd {0}
|
||||
run: |
|
||||
bash scripts/${{ runner.os }}/2_deploy.sh
|
||||
- name: NSIS script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user