Skip to content

Commit

Permalink
reenable imager json build
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Feb 4, 2024
1 parent bcfe1ca commit f80746c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
with:
name: ${{ steps.build.outputs.image64latest }}
path: ${{ steps.build.outputs.image64latest }}
# - name: Archive openHABian json of image download
# uses: actions/upload-artifact@v4
# with:
# name: ${{ steps.build.outputs.json_image }}
# path: ${{ steps.build.outputs.json_image }}
- name: Archive openHABian json of image download
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.json_image }}
path: ${{ steps.build.outputs.json_image }}

- name: Create release template
if: ${{ success() && github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
Expand All @@ -105,4 +105,4 @@ jobs:
${{ steps.build.outputs.image32 }}
${{ steps.build.outputs.image64 }}
${{ steps.build.outputs.image64latest }}
# ${{ steps.build.outputs.json_image }}
${{ steps.build.outputs.json_image }}

0 comments on commit f80746c

Please sign in to comment.