Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfaff authored Jun 9, 2024
1 parent c0a7cc9 commit 2e2b60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload library
uses: actions/[email protected]
with:
name: glfw${{ matrix.shared && '-shared' || '' }}${{ matrix.wayland && '+wayland' || '' }}${{ matrix.x11 && '+x11' || '' }}
name: glfw-linux${{ matrix.shared && '-shared' || '' }}${{ matrix.wayland && '+wayland' || '' }}${{ matrix.x11 && '+x11' || '' }}
path: build
if-no-files-found: error

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Upload library
uses: actions/[email protected]
with:
name: glfw${{ matrix.shared && '-shared' || '' }}${{ matrix.cocoa && '+cocoa' || '' }}
name: glfw-macos${{ matrix.shared && '-shared' || '' }}${{ matrix.cocoa && '+cocoa' || '' }}
path: build
if-no-files-found: error

Expand All @@ -85,6 +85,6 @@ jobs:
- name: Upload library
uses: actions/[email protected]
with:
name: glfw-${{ matrix.arch }}${{ matrix.shared && '-shared' || '' }}
name: glfw-windows-${{ matrix.arch }}${{ matrix.shared && '-shared' || '' }}
path: build
if-no-files-found: error

0 comments on commit 2e2b60e

Please sign in to comment.