We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f488ae commit 37ec74cCopy full SHA for 37ec74c
.github/workflows/build.yml
@@ -58,8 +58,6 @@ jobs:
58
name: WiFiProgram
59
path: |
60
WiFiProgram/BuildOutput/Release/*.exe
61
- WiFiProgram/BuildOutput/Release/easyflash/*.dll
62
- WiFiProgram/BuildOutput/Release/easyflash/*.so
63
if-no-files-found: warn
64
65
- name: Debug Build Output Directory
@@ -86,7 +84,6 @@ jobs:
86
84
echo "Recreating BuildOutput directory..."
87
85
mkdir -p BuildOutput/Release
88
move *.exe BuildOutput/Release/
89
- move easyflash BuildOutput/Release
90
91
#- name: Copy loaders directory into release
92
# run: |
0 commit comments