diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a15d0224..b1257b95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v5 with: - ref: ${{ github.event_name == 'push' && github.ref || 'main' }} + ref: ${{ github.event_name == 'push' && github.ref || 'master' }} - name: Install system dependencies run: | sudo apt update && sudo apt install -y gh apksigner