File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ jobs:
28
28
run : mvn -B clean test -DdevCommandFileDir="${{ vars.MSVC_DEV_FILES_DIR }}"
29
29
- name : Codesign DLL on release
30
30
if : startsWith(github.ref, 'refs/tags/')
31
- uses : skymatic/code -sign-action@v3
31
+ uses : skymatic/workflows/.github/actions/win -sign-action@450e322ff2214d0be0b079b63343c894f3ef735f
32
32
with :
33
- certificate : ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
34
- password : ${{ secrets.WIN_CODESIGN_P12_PW }}
35
- certificatesha1 : 5FC94CE149E5B511E621F53A060AC67CBD446B3A
36
- timestampUrl : ' http://timestamp.digicert.com'
37
- folder : ./src/main/resources
33
+ base-dir : src/main/resources
34
+ file-extensions : dll
35
+ username : ${{ secrets.WIN_CODESIGN_USERNAME }}
36
+ password : ${{ secrets.WIN_CODESIGN_PW }}
37
+ sign-description : ' Cryptomator'
38
+ sign-url : ' https://cryptomator.org'
38
39
- name : Package and Install
39
40
id : packAndInstall
40
41
run : mvn -B install -DskipNativeCompile
You can’t perform that action at this time.
0 commit comments