Skip to content

Commit

Permalink
ci(build): fix artifact collection
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Nov 11, 2023
1 parent 3b7eaf8 commit b5344de
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 @@ -18,7 +18,7 @@ jobs:
uses: 'actions/upload-artifact@v3'
with:
name: 'Linux x86-64 Shared Object'
path: 'build/libphoenix-shared*'
path: 'build/libzenkitcapi*'
android:
name: "Android"
runs-on: 'ubuntu-latest'
Expand All @@ -36,7 +36,7 @@ jobs:
uses: 'actions/upload-artifact@v3'
with:
name: 'ARM x64 Shared Object'
path: 'build/libphoenix-shared*'
path: 'build/libzenkitcapi*'
macos:
name: "MacOS"
runs-on: 'macos-11'
Expand All @@ -55,7 +55,7 @@ jobs:
uses: 'actions/upload-artifact@v3'
with:
name: 'MacOS x86-64 DyLib'
path: 'build/libphoenix-shared*'
path: 'build/libzenkitcapi*'
windows:
name: "Windows"
runs-on: 'windows-2022'
Expand All @@ -77,4 +77,4 @@ jobs:
uses: 'actions/upload-artifact@v3'
with:
name: 'Windows x86-64 DLL'
path: 'build/libphoenix-shared.dll'
path: 'build/libzenkitcapi.dll'

0 comments on commit b5344de

Please sign in to comment.