summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-27 15:54:22 -0600
committerBe <be@mixxx.org>2020-12-27 15:54:22 -0600
commitd659a576976490a6a9bc8c3d8b6e4c7280c71991 (patch)
tree92b563d005fd98d33aed434c2ea4e9c9a015a524 /.github/workflows
parent22421477f29dbead2bdb863cb500532c7c7745e0 (diff)
fix typo
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9abc87a34..96464fd8ba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -264,7 +264,7 @@ jobs:
- name: "Package for PPA"
if: startsWith(matrix.os, 'ubuntu')
run: |
- if [[ "${{ github.ref }}" == "refs/head/2.3" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then
+ if [[ "${{ github.ref }}" == "refs/heads/2.3" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/mixxxbetas"
else
# only build the source DEB, do not upload