diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0af5062..60f569f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,6 +6,9 @@ on: version: type: string default: 0.0.1 + ref: + type: string + default: dev jobs: build-binary: @@ -23,7 +26,7 @@ jobs: - uses: actions/checkout@v4 with: repository: dream-num/univer-desktop - # ref: feat/dmg-appimage + ref: ${{ inputs.ref }} token: ${{ secrets.GH_TOKEN }} submodules: true