refactor: update clean old assets job to include steps section

This commit is contained in:
Tunglies
2025-08-13 16:52:12 +08:00
Unverified
parent 287e949b38
commit 297a05a362

View File

@@ -251,11 +251,13 @@ jobs:
clean_old_assets:
name: Clean Old Release Assets
needs: [check_commit, update_tag]
runs-on: [ubuntu-latest]
if: ${{ needs.check_commit.outputs.should_run == 'true' && needs.update_tag.result == 'success' }}
uses: ./.github/workflow/clean-old-assets.yml
with:
tag_name: ${{ env.TAG_NAME }}
dry_run: false
steps:
- uses: ./.github/workflows/clean-old-assets.yml
with:
tag_name: ${{ env.TAG_NAME }}
dry_run: false
autobuild-x86-windows-macos-linux:
name: Autobuild x86 Windows, MacOS and Linux