From 1acfb6486b93bc88fb7b914a755c99dcf595466b Mon Sep 17 00:00:00 2001 From: ekko <152005280+EKKOLearnAI@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:02:17 +0800 Subject: [PATCH] fix runtime workflow checkout ref (#1231) --- .github/workflows/desktop-runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-runtime.yml b/.github/workflows/desktop-runtime.yml index 2bf6d13..6cb194f 100644 --- a/.github/workflows/desktop-runtime.yml +++ b/.github/workflows/desktop-runtime.yml @@ -50,7 +50,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ref: ${{ github.event.release.tag_name || github.event.inputs.tag }} + ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }} - name: Resolve runtime asset names id: names