Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefraudeur authored May 4, 2024
1 parent ed0b9eb commit 724486a
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 @@ -48,12 +48,12 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: Linux Build
name: Mujina Linux ${{ github.sha }}
path: Build/liblibMujina.so

- name: Create Artifact for Windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v4
with:
name: Windows Build
path: Build/Release/libMujina.dll
name: Mujina Windows ${{ github.sha }}
path: Build/Release/libMujina.dll

0 comments on commit 724486a

Please sign in to comment.