include pfx

This commit is contained in:
Mikhail
2024-07-03 20:26:01 -04:00
parent ef49fcbb9c
commit 7c0332a236
4 changed files with 6 additions and 2 deletions

View File

@@ -47,5 +47,5 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: MSIX Package
path: ${GITHUB_WORKSPACE}/out/
name: Server and Server selector
path: ${{ github.workspace }}/out/

4
.gitignore vendored
View File

@@ -452,3 +452,7 @@ $RECYCLE.BIN/
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Allow pregenerated ssl cert
!nksrv/site.pfx
!ServerSelector/myCA.pfx

BIN
ServerSelector/myCA.pfx Normal file

Binary file not shown.

BIN
nksrv/site.pfx Normal file

Binary file not shown.