We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a3140 commit 1087828Copy full SHA for 1087828
1 file changed
.github/actions/upload/action.yml
@@ -31,9 +31,9 @@ runs:
31
${{ github.workspace }}/build/replay/Release/WebGPUNativeReplay*
32
${{ github.workspace }}/build/replay/Release/*.dll
33
34
-# Upload Linux build
+# Upload Linux & Mac builds
35
- name: Upload replayer
36
- if: ${{ inputs.platform == 'linux' }}
+ if: ${{ inputs.platform == 'linux' || inputs.platform == 'mac' }}
37
uses: actions/upload-artifact@v4
38
with:
39
name: replay-${{ inputs.platform }}-${{ inputs.backend }}
0 commit comments