Live video on the AT Protocol

ci: windows-selftest artifact with sha

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