Live video on the AT Protocol

ci: windows-selftest artifact with sha

+2 -2
+2 -2
.github/workflows/build.yaml
··· 46 46 if: matrix.name == 'windows-amd64' 47 47 uses: actions/upload-artifact@v4 48 48 with: 49 - name: windows-bin 49 + name: windows-bin-${{ github.event.pull_request.head.sha }} 50 50 path: ./bin/ 51 51 retention-days: 1 52 52 ··· 58 58 - name: Download bin artifacts 59 59 uses: actions/download-artifact@v4 60 60 with: 61 - name: windows-bin 61 + name: windows-bin-${{ github.event.pull_request.head.sha }} 62 62 path: ./bin/ 63 63 64 64 - name: Run Windows executable