File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
certificate-secret : INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
38
38
password-secret : INSTALLER_CERT_MAC_PASSWORD # Name of the secret that contains the certificate password.
39
39
- 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
42
42
43
43
steps :
44
44
- name : Set certificate path environment variable
Original file line number Diff line number Diff line change 56
56
id : get-version
57
57
env :
58
58
NIGHTLY : true
59
- run : echo "::set-output name=version::$(task get-version)"
59
+ run : echo "::set-output name=version::$(task general: get-version)"
60
60
61
61
- name : Upload artifacts
62
62
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 61
61
62
62
- name : Output Version
63
63
id : get-version
64
- run : echo "::set-output name=version::$(task get-version)"
64
+ run : echo "::set-output name=version::$(task general: get-version)"
65
65
66
66
- name : Upload artifacts
67
67
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ tasks:
327
327
cmds :
328
328
- poetry run mkdocs serve
329
329
330
- get-version :
330
+ general: get-version :
331
331
desc : Returns the version used in the project
332
332
cmds :
333
333
- echo {{.VERSION}}
You can’t perform that action at this time.
0 commit comments