update
This commit is contained in:
parent
91ba4d4792
commit
b0545ffa2a
|
@ -89,7 +89,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue