Skip to content

Commit

Permalink
Add ifs to UploadArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerSchlegel authored Jul 15, 2024
1 parent 6ce4849 commit de68fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
ls ${{github.workspace}}/build
- name: Upload Artifact
if: matrix.os == windows-latest
uses: actions/upload-artifact@v4
with:
name: Release_Windows
path: ${{github.workspace}}/build/Release/luauDec.exe

- name: Upload Artifact
if: matrix.os == macos-latest
uses: actions/upload-artifact@v4
with:
name: Release_MacOS
Expand Down

0 comments on commit de68fdd

Please sign in to comment.