Skip to content

Commit

Permalink
builder: yml: Removed MD5SUM value.
Browse files Browse the repository at this point in the history
* Depopulate release body.

Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Apr 20, 2024
1 parent e9f330d commit cd11c53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ jobs:
run: |
echo "BUILD_DATE=$(TZ=Asia/Manila date +%Y%m%d)" >> $GITHUB_ENV
cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
echo "MD5_IMG=$(md5sum out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img | cut -d ' ' -f 1)" >> $GITHUB_ENV
echo "MD5_ZIP=$(md5sum out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip | cut -d ' ' -f 1)" >> $GITHUB_ENV
- name: Upload to Release
uses: softprops/action-gh-release@v1
Expand All @@ -118,6 +116,3 @@ jobs:
Build: fox_${{ github.event.inputs.MANIFEST_BRANCH }}
Device: [Device Tree/Branch](${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building.
## MD5SUM
* ${{ env.MD5_IMG }} for IMG file.
* ${{ env.MD5_ZIP }} for ZIP file.

0 comments on commit cd11c53

Please sign in to comment.