Skip to content

Commit 37ec74c

Browse files
Update build.yml
1 parent 9f488ae commit 37ec74c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
name: WiFiProgram
5959
path: |
6060
WiFiProgram/BuildOutput/Release/*.exe
61-
WiFiProgram/BuildOutput/Release/easyflash/*.dll
62-
WiFiProgram/BuildOutput/Release/easyflash/*.so
6361
if-no-files-found: warn
6462

6563
- name: Debug Build Output Directory
@@ -86,7 +84,6 @@ jobs:
8684
echo "Recreating BuildOutput directory..."
8785
mkdir -p BuildOutput/Release
8886
move *.exe BuildOutput/Release/
89-
move easyflash BuildOutput/Release
9087
9188
#- name: Copy loaders directory into release
9289
# run: |

0 commit comments

Comments
 (0)