File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 certificate-secret : INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
3838 password-secret : INSTALLER_CERT_MAC_PASSWORD # Name of the secret that contains the certificate password.
3939 - identifier : Windows signing certificate
40- certificate-secret : WINDOWS_SIGNING_CERTIFICATE_PFX
41- password-secret : WINDOWS_SIGNING_CERTIFICATE_PASSWORD
40+ certificate-secret : INSTALLER_CERT_WINDOWS_PASSWORD
41+ password-secret : INSTALLER_CERT_WINDOWS_PFX
4242
4343 steps :
4444 - name : Set certificate path environment variable
Original file line number Diff line number Diff line change 5656 id : get-version
5757 env :
5858 NIGHTLY : true
59- run : echo "::set-output name=version::$(task get-version)"
59+ run : echo "::set-output name=version::$(task general: get-version)"
6060
6161 - name : Upload artifacts
6262 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 6161
6262 - name : Output Version
6363 id : get-version
64- run : echo "::set-output name=version::$(task get-version)"
64+ run : echo "::set-output name=version::$(task general: get-version)"
6565
6666 - name : Upload artifacts
6767 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ tasks:
327327 cmds :
328328 - poetry run mkdocs serve
329329
330- get-version :
330+ general: get-version :
331331 desc : Returns the version used in the project
332332 cmds :
333333 - echo {{.VERSION}}
You can’t perform that action at this time.
0 commit comments