From 9b77a702d3f273f9b28a8576ec5533e447f10056 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Tue, 30 Sep 2025 18:11:02 -0400 Subject: [PATCH] ci: refactor --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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