summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-14 21:23:31 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-16 00:43:55 +0200
commit9ec06824171181291e99e33ca3d7ad29d1c406f9 (patch)
treea6feabe94dbb1c5111025a9cf8086052304e348b /.github/workflows/build.yml
parent9df505c3c8f56d6ff1495b1ed9001648e70e1c45 (diff)
CI: Improve file names of package artifacts
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dc99adc6c4..164c92f10b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 18.04 DEB
artifacts_path: build/*.deb
+ artifacts_slug: ubuntu-bionic
qt_qpa_platform: offscreen
- name: Ubuntu 20.04 (gcc)
os: ubuntu-20.04
@@ -54,6 +55,7 @@ jobs:
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 20.04 DEB
artifacts_path: build/*.deb
+ artifacts_slug: ubuntu-focal
qt_qpa_platform: offscreen
- name: macOS 10.15
os: macos-10.15
@@ -340,7 +342,7 @@ jobs:
python3 tools/deploy.py prepare-deployment
--slug '${{ matrix.artifacts_slug }}'
--output-dir 'deploy/'
- --dest-path 'builds/{branch}/${{ runner.os }}/{filename}'
+ --dest-path 'builds/{branch}/mixxx-{describe}-{package_slug}.{ext}'
--dest-url 'https://downloads.mixxx.org'
${{ matrix.artifacts_path }}