Skip to content

Commit 00dda78

Browse files
authored
Update main.yml
1 parent a95c0d2 commit 00dda78

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
with:
3030
name: DCrypt
3131
path: |
32-
DCrypt/Bin/Release_amd64/*
33-
DCrypt/Bin/Release_i386/*
34-
!**/*.pdb
35-
!**/*.ipdb
36-
!**/*.exp
37-
!**/*.ilk
38-
!**/*.iobj
39-
!**/*.lib
40-
!**/*.cer
32+
DCrypt/Bin/Release_amd64/*.exe
33+
DCrypt/Bin/Release_amd64/*.dll
34+
DCrypt/Bin/Release_amd64/*.sys
35+
DCrypt/Bin/Release_amd64/*.pdb
36+
DCrypt/Bin/Release_i386/*.exe
37+
DCrypt/Bin/Release_i386/*.dll
38+
DCrypt/Bin/Release_i386/*.sys
39+
DCrypt/Bin/Release_i386/*.pdb

0 commit comments

Comments
 (0)