Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 16, 2024
1 parent 8c335e4 commit 3c4020d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-${{ matrix.os }}
name: wxWidgets-linux
path: |
wx3.2.3.7z
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Save static lib & lksandbox
uses: actions/upload-artifact@v4
with:
name: LK-${{ matrix.os }}-x86_64
name: LK-linux
path: |
build_linux/lk_sandbox*
build_linux/lk*.a
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-${{ matrix.os }}
name: wxWidgets-windows
path: |
wx3.2.3.7z
Expand All @@ -131,7 +131,7 @@ jobs:
- name: Save static lib & lksandbox
uses: actions/upload-artifact@v4
with:
name: LK-${{ matrix.os }}-x86_64
name: LK-windows
path: |
build/Release/lk_sandbox*
build/Release/lk*.a
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Save static lib & lksandbox
uses: actions/upload-artifact@v4
with:
name: LK-${{ matrix.os }}-x86_64
name: LK-${{ matrix.os }}
path: |
build/lk_sandbox*
build/lk*.a
Expand Down

0 comments on commit 3c4020d

Please sign in to comment.