Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
benboguan committed Oct 16, 2024
1 parent 8985026 commit 301fdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FIP-hanwckf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 301fdfe

Please sign in to comment.