Skip to content

Commit

Permalink
no json for imager for now
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi committed Nov 24, 2023
1 parent dfe2bbe commit fcc0df4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "image32=$(ls openhabian-32-oldstable*.img.xz)" >> $GITHUB_OUTPUT
echo "image64=$(ls openhabian-64-oldstable*.img.xz)" >> $GITHUB_OUTPUT
echo "image64latest=$(ls openhabian-64-latest*.img.xz)" >> $GITHUB_OUTPUT
echo "json_image=$(ls rpi-imager-openhab.json)" >> $GITHUB_OUTPUT
#echo "json_image=$(ls rpi-imager-openhab.json)" >> $GITHUB_OUTPUT
- name: Archive openHABian 32bit bullseye image
uses: actions/upload-artifact@v3
with:
Expand All @@ -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@v3
with:
name: ${{ steps.build.outputs.json_image }}
path: ${{ steps.build.outputs.json_image }}
# - name: Archive openHABian json of image download
# uses: actions/upload-artifact@v3
# 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 fcc0df4

Please sign in to comment.