diff --git a/.github/workflows/FIP-hanwckf.yml b/.github/workflows/FIP-hanwckf.yml index dc368c8..2185483 100644 --- a/.github/workflows/FIP-hanwckf.yml +++ b/.github/workflows/FIP-hanwckf.yml @@ -95,14 +95,14 @@ jobs: uses: actions/upload-artifact@main if: steps.organize.outputs.status == 'success' && !cancelled() with: - name: Uboot - ${{ inputs.board }} (${{ inputs.soc }}) + name: Uboot-${{ inputs.board }}-${{ env.FILE_DATE }} path: ${{ env.FIRMWARE }} - name: 生成release标签 id: tag if: env.UPLOAD_RELEASE == 'true' && !cancelled() run: | - echo "release_tag=Uboot-${{ inputs.board }}-${{ env.FILE_DATE }}" >> $GITHUB_OUTPUT touch release.txt + echo "release_tag=Uboot-${{ inputs.board }}-${{ env.FILE_DATE }}" >> $GITHUB_OUTPUT echo "${{ inputs.board }}-uboot" >> release.txt echo "📥 uboot下载" >> release.txt echo "status=success" >> $GITHUB_OUTPUT