fix: correct path to clean old assets workflow in autobuild.yml

This commit is contained in:
Tunglies
2025-08-13 17:23:40 +08:00
Unverified
parent 1557ba50f8
commit d7dcd92111

View File

@@ -257,7 +257,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ./.github/workflows/clean-old-assets.yml
- uses: .github/workflows/clean-old-assets.yml
with:
tag_name: ${{ env.TAG_NAME }}
dry_run: false