Commit 1a54714 1 parent a50a249 commit 1a54714 Copy full SHA for 1a54714
File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 21
21
submodules : true
22
22
- name : Setup MSVC
23
23
uses : ilammy/msvc-dev-cmd@v1
24
+
24
25
- name : Set CodeSign Certificate macOS
25
26
if : runner.os == 'macOS' && env.MAC_CERT != null
26
27
uses : apple-actions/import-codesign-certs@v2
79
80
bash build_scripts/${{ runner.os }}/2_deploy.sh
80
81
--cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}'
81
82
--cert_id='${{ secrets.MACOS_CERT_ID }}'
82
- --notarization_user='${{ secrets.MACOS_NOTARIZATION_USER }} '
83
- --notarization_passw='${{ secrets.MACOS_NOTARIZATION_PSSW }} '
84
- --notarization_team='${{ secrets.MACOS_NOTARIZATION_TEAM_ID }} '
83
+ --notarization_user='prova '
84
+ --notarization_passw='contropropva '
85
+ --notarization_team='controcontroprova '
85
86
86
87
- name : Upload RelightLab Portable
87
88
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ case $i in
44
44
;;
45
45
-np=* |--notarization_pssw=* )
46
46
NOTAR_PASSWORD=" ${i#* =} "
47
+ echo $PASSWORD
47
48
shift # past argument=value
48
49
;;
49
50
-nt=* |--notarization_team=* )
50
51
NOTAR_TEAM_ID=" ${i#* =} "
52
+ echo $NOTAR_TEAM_ID
51
53
shift # past argument=value
52
54
;;
53
55
* )
Original file line number Diff line number Diff line change @@ -22,10 +22,12 @@ case $i in
22
22
;;
23
23
-nt=* |--notarization_team=* )
24
24
NOTAR_TEAM_ID=" ${i#* =} "
25
+ echo $NOTAR_TEAM_ID
25
26
shift # past argument=value
26
27
;;
27
28
-np=* |--notarization_pssw=* )
28
29
NOTAR_PASSWORD=" ${i#* =} "
30
+ echo $NOTAR_PASSWORD
29
31
shift # past argument=value
30
32
;;
31
33
* )
@@ -34,6 +36,8 @@ case $i in
34
36
esac
35
37
done
36
38
39
+ echo " xcrun notarytool store-credentials 'notarytool-profile' --apple-id $NOTAR_USER --team-id $NOTAR_TEAM_ID --password $NOTAR_PASSWORD "
40
+
37
41
xcrun notarytool store-credentials " notarytool-profile" --apple-id $NOTAR_USER --team-id $NOTAR_TEAM_ID --password $NOTAR_PASSWORD
38
42
39
43
ditto -c -k --keepParent " $INSTALL_PATH /$APPNAME " " $INSTALL_PATH /notarization.zip"
You can’t perform that action at this time.
0 commit comments