summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-22 10:30:50 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 10:30:50 +0200
commita96aa25a60548910121441e49676fa691a4cbc7e (patch)
treea7defd5a4acfca14019434afa441cd79a2432cd9
parent8bbf8971073d9440b3c7e5dae96a2995e81ca734 (diff)
downloadqutebrowser-a96aa25a60548910121441e49676fa691a4cbc7e.tar.gz
qutebrowser-a96aa25a60548910121441e49676fa691a4cbc7e.zip
ci: Adjust artifact names
-rw-r--r--.github/workflows/nightly.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 74b9b40b3..ca20bd558 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -48,22 +48,22 @@ jobs:
- os: macos-10.15
branch: qt6-v2
toxenv: build-release-qt6
- name: macos-qt6
+ name: qt6-macos
- os: windows-2019
args: --64bit
branch: qt6-v2
toxenv: build-release-qt6
- name: windows-64bit-qt6
+ name: qt6-windows-64bit
- os: macos-10.15
args: --debug
branch: qt6-v2
toxenv: build-release-qt6
- name: mac-debug-qt6
+ name: qt6-macos-debug
- os: windows-2019
args: --64bit --debug
branch: qt6-v2
toxenv: build-release-qt6
- name: windows-64bit-debug-qt6
+ name: qt6-windows-64bit-debug
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps: