diff --git a/.github/workflows/update_singbox_core_test.yaml b/.github/workflows/update_singbox_core_test.yaml index 8f1b6ff..6368669 100644 --- a/.github/workflows/update_singbox_core_test.yaml +++ b/.github/workflows/update_singbox_core_test.yaml @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE: ${{ github.event.inputs.tag3 }} - VERSION: ${{ steps.sing-box.outputs.version }} + VERSION: ${{needs.sing-box.outputs.version}} steps: - name: Get upx run: |