Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 16, 2024
1 parent 6aaa782 commit 8c335e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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-${{ env.RUNS_ON }}
name: wxWidgets-${{ matrix.os }}
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-${{ env.RUNS_ON }}-x86_64
name: LK-${{ matrix.os }}-x86_64
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-${{ env.RUNS_ON }}
name: wxWidgets-${{ matrix.os }}
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-${{ env.RUNS_ON }}-x86_64
name: LK-${{ matrix.os }}-x86_64
path: |
build/Release/lk_sandbox*
build/Release/lk*.a
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Save wxWidgets build
uses: actions/upload-artifact@v4
with:
name: wxWidgets-${{ env.RUNS_ON }}
name: wxWidgets-${{ matrix.os }}
path: |
wx3.2.3.7z
Expand All @@ -186,7 +186,7 @@ jobs:
- name: Save static lib & lksandbox
uses: actions/upload-artifact@v4
with:
name: LK-${{ env.RUNS_ON }}-x86_64
name: LK-${{ matrix.os }}-x86_64
path: |
build/lk_sandbox*
build/lk*.a
Expand Down

0 comments on commit 8c335e4

Please sign in to comment.