Skip to content

Commit 60702f5

Browse files
well
1 parent 86849d1 commit 60702f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
cd bin/Release
4646
mkdir Packages/LabVIEW\ Examples/
4747
cp -r ../../Dependency/OpenTap.LabView.Test1/ Packages/LabVIEW\ Examples/
48+
49+
- name: Write HTTPS certificate
50+
run: echo "${{ secrets.SIGN_SERVER_CERT }}" > ${{ github.workspace }}/sign.cer
4851

4952
- name: Build Packages
5053
run: |

0 commit comments

Comments
 (0)