File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2525 env :
2626 Configuration : ${{ matrix.configuration }}
2727 Platform : ${{ matrix.platform }}
28+
29+ # Can EV sign (have to replace existing signatures)
30+ # java -jar ~/Downloads/jsign-7.1.jar --replace --storetype PIV --storepass ****** --tsaurl http://ts.ssl.com --tsmode RFC3161 \
31+ # FrameworkSensors.dll
32+ # java -jar ~/Downloads/jsign-7.1.jar --replace --storetype PIV --storepass ****** --tsaurl http://ts.ssl.com --tsmode RFC3161 \
33+ # FrameworkSensors.cat
34+ - name : Create bundle
35+ run : |
36+ mkdir bundle
37+ cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.cat bundle\
38+ cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.dll bundle\
39+ cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.inf bundle\
40+ cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors.pdb bundle\
41+
42+ - name : Upload bundle
43+ uses : actions/upload-artifact@v4
44+ with :
45+ name : framework_win_sensors_${{ matrix.configuration }}
46+ path : bundle
You can’t perform that action at this time.
0 commit comments