Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,22 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}

# Can EV sign (have to replace existing signatures)
# java -jar ~/Downloads/jsign-7.1.jar --replace --storetype PIV --storepass ****** --tsaurl http://ts.ssl.com --tsmode RFC3161 \
# FrameworkSensors.dll
# java -jar ~/Downloads/jsign-7.1.jar --replace --storetype PIV --storepass ****** --tsaurl http://ts.ssl.com --tsmode RFC3161 \
# FrameworkSensors.cat
- name: Create bundle
run: |
mkdir bundle
cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.cat bundle\
cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.dll bundle\
cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors\FrameworkSensors.inf bundle\
cp FrameworkSensors\x64\${{ matrix.configuration }}\FrameworkSensors.pdb bundle\

- name: Upload bundle
uses: actions/upload-artifact@v4
with:
name: framework_win_sensors_${{ matrix.configuration }}
path: bundle