summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-21 15:31:08 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-21 15:31:08 +0100
commitc15e276e8d10be5be7194971c6adeebb90d79b96 (patch)
treeb2956ca842cf65c2041eb70d3105a4a42aaa5474 /.github
parentb9726b963007841707a74c5cd3e3a938eac016ca (diff)
GitHub Actions: Improve artifact names of build workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1b0edd2627..88a225a2f4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
ccache_path: ~/.ccache
cpack_generator: DEB
buildenv_script: tools/ubuntu_buildenv.sh
- artifacts_name: Ubuntu DEB
+ artifacts_name: Ubuntu 18.04 DEB
artifacts_path: cmake_build/*.deb
- name: Ubuntu 20.04 (gcc)
os: ubuntu-20.04
@@ -25,7 +25,7 @@ jobs:
ccache_path: ~/.ccache
cpack_generator: DEB
buildenv_script: tools/ubuntu_buildenv.sh
- artifacts_name: Ubuntu DEB
+ artifacts_name: Ubuntu 20.04 DEB
artifacts_path: cmake_build/*.deb
- name: macOS 10.15
os: macos-10.15
@@ -35,7 +35,7 @@ jobs:
cpack_generator: DragNDrop
ccache_path: /Users/runner/Library/Caches/ccache
buildenv_script: tools/macos_buildenv.sh
- artifacts_name: macOS-DMG
+ artifacts_name: macOS DMG
artifacts_path: cmake_build/*.dmg
env: