mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge pull request #4529 from tonhuisman/bugfix/Release-upload-correct-build-result-to-artifact
[Release] Upload correct files in Binaries artifact
This commit is contained in:
@@ -69,7 +69,8 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Binaries
|
||||
path: ESPEasy_${{ matrix.env }}.zip
|
||||
path: |
|
||||
bin
|
||||
if-no-files-found: ignore
|
||||
|
||||
prepare-dist:
|
||||
|
||||
Reference in New Issue
Block a user