diff --git a/.github/workflows/trigger-remote-build-macos.yml b/.github/workflows/trigger-remote-build-macos.yml index c3bd561..ea8bc10 100644 --- a/.github/workflows/trigger-remote-build-macos.yml +++ b/.github/workflows/trigger-remote-build-macos.yml @@ -21,6 +21,7 @@ jobs: workflow: FlashGBX Remote Build token: ${{ secrets.FLASHGBX_MACOS_TOKEN }} repo: Cliffback/FlashGBX-macOS + ref: main inputs: '{"create_release": "true", "latest_version": "${{ github.event.release.tag_name }}"}' trigger-manual: if: github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != '' @@ -32,4 +33,5 @@ jobs: workflow: FlashGBX Remote Build token: ${{ secrets.FLASHGBX_MACOS_TOKEN }} repo: Cliffback/FlashGBX-macOS + ref: main inputs: '{"create_release": "true", "latest_version": "${{ github.event.inputs.release_tag }}"}'