mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Fix workflow
This commit is contained in:
parent
d3cacd9fe6
commit
0d23e17f7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
|
||||
- name: ${{ matrix.name }} Compress Image
|
||||
run: |
|
||||
zip -r .build/${{ matrix.obname }}.zip ./build/${{ matrix.obname }}
|
||||
zip -r ./build/${{ matrix.obname }}.zip ./build/${{ matrix.obname }}
|
||||
|
||||
- name: Upload ${{ matrix.name }}
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue