mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Update build.yaml zip step
This commit is contained in:
parent
7053024146
commit
042fe05725
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Zip artifact for deployment
|
||||
if: github.ref != 'refs/heads/master'
|
||||
run: |
|
||||
zip ${{ matrix.environment.out }}.zip "build_output/firmware/*.bin" -r
|
||||
zip ${{ matrix.environment.out }}.zip build_output/firmware/*.bin -r
|
||||
- name: On Release, upload assets to that Release
|
||||
if: github.ref != 'refs/heads/master'
|
||||
uses: AButler/upload-release-assets@v3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user