Skip to content

Commit 309bd01

Browse files
authored
Update build-win64.yml
1 parent b903031 commit 309bd01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-win64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
path: |
3030
build/crypto/Release
3131
build/ssl/Release
32+
build/apps/Release
3233
3334
- name: Compress artifacts
3435
uses: vimtor/action-zip@26a249fb00d43ca98dad77a4b3838025fc226aa1 # v1.1
@@ -37,6 +38,7 @@ jobs:
3738
files: |
3839
build/crypto/Release/*.*
3940
build/ssl/Release/*.*
41+
build/apps/Release/*.*
4042
dest: ${{ github.event.repository.name }}-${{ github.sha }}.zip
4143

4244
- name: Release

0 commit comments

Comments
 (0)