Skip to content

Commit

Permalink
Update cmake-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 1, 2024
1 parent 96a4a70 commit c649f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: endstone_shuffle_windows
path: ${{github.workspace}}/build/Release/endstone_shuffle_windows.dll
path: ${{github.workspace}}/build/Release/stone_shuffle_windows.dll

- name: Upload Artifact (Windows - Debug)
if: matrix.os == 'windows-latest' && matrix.build_type == 'RelWithDebInfo'
uses: actions/upload-artifact@v4
with:
name: endstone_shuffle_windows_debug
path: ${{github.workspace}}/build/RelWithDebInfo/endstone_shuffle_windows_debug.dll
path: ${{github.workspace}}/build/RelWithDebInfo/stone_shuffle_windows_debug.dll

- name: Upload Artifact (Linux - Release)
if: matrix.os == 'ubuntu-latest' && matrix.build_type == 'Release'
uses: actions/upload-artifact@v4
with:
name: endstone_shuffle_linux
path: ${{github.workspace}}/build/endstone_shuffle_linux.so
path: ${{github.workspace}}/build/stone_shuffle_linux.so

- name: Upload Artifact (Linux - Debug)
if: matrix.os == 'ubuntu-latest' && matrix.build_type == 'RelWithDebInfo'
uses: actions/upload-artifact@v4
with:
name: endstone_shuffle_linux_debug
path: ${{github.workspace}}/build/endstone_shuffle_linux_debug.so
path: ${{github.workspace}}/build/stone_shuffle_linux_debug.so

0 comments on commit c649f5b

Please sign in to comment.