Skip to content

chore(appium): test certificate without builiding #5

chore(appium): test certificate without builiding

chore(appium): test certificate without builiding #5

name: Test Windows Certificate 🧪
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
temp-windows:
runs-on:
labels: windows-latest
steps:
- name: Checkout Directory 🔖
uses: actions/checkout@v4
- name: Sign Windows Installer
uses: dlemstra/code-sign-action@v1
with:
certificate: "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}"
password: "${{ secrets.SM_CLIENT_CERT_PASSWORD }}"
folder: "target/wix"
recursive: true
files: |
target/wix/*.msi
- name: Upload Executable ⬆️
uses: actions/upload-artifact@v3
with:
name: Uplink-windows-test
path: target/wix/*.msi