summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-28 10:45:45 -0600
committerBe <be@mixxx.org>2020-12-28 10:45:45 -0600
commit6bdba2812f1f1fa904d47b4c5c222334766520b0 (patch)
tree99e38d3d8cf240352b91b5b1219104085dbcefb4 /.github/workflows
parenteb4680ed86ed9c183b14c64a5708aef72c6465cb (diff)
fix GH Actions build
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 8b96fa8a77..560543fd1c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -265,7 +265,7 @@ jobs:
- name: "Package for PPA"
# No need to do the PPA build for both Ubuntu versions
- if: matrix.os == ubuntu-20.04
+ if: matrix.os == "ubuntu-20.04"
run: |
if [[ "${{ github.ref }}" == "refs/heads/2.3" ]] && [[ "${{ github.repository }}" == "mixxxdj/mixxx" ]]; then
CPACK_ARGS="-D DEB_UPLOAD_PPA=ppa:mixxx/mixxxbetas"