tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
ci: windows-selftest artifact with sha
Eli Mallon
7 months ago
ffe4c775
60d36afa
+2
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
build.yaml
+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