Skip to content

Commit

Permalink
TEMP: distinct artefact names
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Sep 26, 2024
1 parent b86ba7e commit 87cea41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make tarball
- uses: actions/upload-artifact@v4
with:
name: Linux (Ubuntu)
name: Linux (Ubuntu Qt5)
path: build/tigervnc-*.tar.gz

build-linux-qt6:
Expand All @@ -52,7 +52,7 @@ jobs:
run: make tarball
- uses: actions/upload-artifact@v4
with:
name: Linux (Ubuntu)
name: Linux (Ubuntu Qt6)
path: build/tigervnc-*.tar.gz

build-windows:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: make installer winvnc_installer
- uses: actions/upload-artifact@v4
with:
name: Windows
name: Windows (Qt5)
path: build/release/tigervnc*.exe

build-windows-qt6:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: make installer winvnc_installer
- uses: actions/upload-artifact@v4
with:
name: Windows
name: Windows (Qt6)
path: build/release/tigervnc*.exe

build-macos:
Expand Down

0 comments on commit 87cea41

Please sign in to comment.