Skip to content

Commit 1087828

Browse files
Upload Mac build
1 parent a6a3140 commit 1087828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/upload/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ runs:
3131
${{ github.workspace }}/build/replay/Release/WebGPUNativeReplay*
3232
${{ github.workspace }}/build/replay/Release/*.dll
3333
34-
# Upload Linux build
34+
# Upload Linux & Mac builds
3535
- name: Upload replayer
36-
if: ${{ inputs.platform == 'linux' }}
36+
if: ${{ inputs.platform == 'linux' || inputs.platform == 'mac' }}
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: replay-${{ inputs.platform }}-${{ inputs.backend }}

0 commit comments

Comments
 (0)