Skip to content

Commit

Permalink
cleanup: Remove temporary GitHub workflow changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Mar 13, 2024
1 parent f73b380 commit cabfe23
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,8 @@ jobs:
"release_date": $RELEASE_DATE
}' > "$(date -I)-$BALENA_IMAGE.json"
# TODO: Remove this block when ready.
- name: List files
run: |
pwd
ls -l
# TODO: Remove this block when ready.
- name: Upload Balena images as artifacts
uses: actions/upload-artifact@v4
- uses: ncipollo/[email protected]
with:
name: balena-image-${{ matrix.board }}
path: "*.img"

# TODO: Uncomment this block when ready.
# - uses: ncipollo/[email protected]
# with:
# allowUpdates: true
# prerelease: true
# artifacts: "*raspberry*.zip,*raspberry*.sha256,*raspberry*.json"
allowUpdates: true
prerelease: true
artifacts: "*raspberry*.zip,*raspberry*.sha256,*raspberry*.json"

0 comments on commit cabfe23

Please sign in to comment.