Update SkyHawk-SHRP.yml

This commit is contained in:
ragebreaker 2024-08-16 06:25:07 +05:30 committed by GitHub
parent 06fb3e12d4
commit 1d28247979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,11 +179,11 @@ jobs:
echo "BUILD_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
- name: Upload to Release
if: always() && env.CHECK_IMG_IS_OK = 'true'
if: always() && env.CHECK_IMG_IS_OK == 'true'
uses: softprops/action-gh-release@master
with:
files: |
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/*.img
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/SHRP*.zip
${{ env.OUT_DIR }}/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.*
name: Unofficial SHRP For ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}