File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ jobs:
102102 $jar.Dispose()
103103 }
104104 - name : Codesign
105- uses : skymatic/code -sign-action@v3
105+ uses : skymatic/workflows/.github/actions/win -sign-action@450e322ff2214d0be0b079b63343c894f3ef735f
106106 with :
107- certificate : ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
108- password : ${{ secrets.WIN_CODESIGN_P12_PW }}
109- certificatesha1 : ${{ vars.WIN_CODESIGN_CERT_SHA1 }}
110- description : Cryptomator
111- timestampUrl : ' http://timestamp.digicert.com'
112- folder : target
107+ base-dir : ' target'
108+ file-extensions : ' dll,exe'
113109 recursive : true
110+ sign-description : ' Cryptomator CLI'
111+ sign-url : ' https://cryptomator.org'
112+ username : ${{ secrets.WIN_CODESIGN_USERNAME }}
113+ password : ${{ secrets.WIN_CODESIGN_PW }}
114114 - name : Replace DLLs inside jars with signed ones
115115 shell : pwsh
116116 run : |
You can’t perform that action at this time.
0 commit comments