mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-14 03:22:12 +01:00
Compress image files
This commit is contained in:
parent
0d23e17f7b
commit
c074842d5a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
||||||
|
|
||||||
- name: ${{ matrix.name }} Compress Image
|
- name: ${{ matrix.name }} Compress Image
|
||||||
run: |
|
run: |
|
||||||
zip -r ./build/${{ matrix.obname }}.zip ./build/${{ matrix.obname }}
|
zip ${{ matrix.obname }}.zip ./build/${{ matrix.obname }}
|
||||||
|
|
||||||
- name: Upload ${{ matrix.name }}
|
- name: Upload ${{ matrix.name }}
|
||||||
uses: actions/upload-release-asset@v1.0.2
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
|
@ -162,6 +162,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
||||||
asset_name: ${{ matrix.obname }}
|
asset_name: ${{ matrix.obname }}
|
||||||
asset_path: ./build/${{ matrix.obname }}.zip
|
asset_path: ${{ matrix.obname }}.zip
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/zip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue