Skip to content

Commit 07f3b17

Browse files
committed
Merge remote-tracking branch 'origin/main' into issue-266-47e831e15534
2 parents a03dd41 + 63eb4a6 commit 07f3b17

96 files changed

Lines changed: 327907 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/case-studies/issue-264/README.md

Lines changed: 346 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Workflow Artifacts
2+
3+
Workflow artifacts were downloaded with `gh run download` for all PR #1833 runs
4+
that published artifacts.
5+
6+
Committed artifact contents:
7+
8+
- `run-24467127145/test-results/`: GUT test output and XML result files for the
9+
initial PR SHA.
10+
- `run-24467564323/test-results/`: GUT test output and XML result files for the
11+
final PR SHA.
12+
- `run-24467127151/gdscript-import-log/`: GDScript import log for the initial PR
13+
SHA.
14+
- `run-24467564352/gdscript-import-log/`: GDScript import log for the final PR
15+
SHA.
16+
17+
The `windows-build` artifacts were downloaded, hashed, and then removed from
18+
the commit set because each zip file was over GitHub's 100 MB per-file limit:
19+
20+
- Run `24467127133`: `Windows Desktop.zip`, 113,681,042 bytes.
21+
- Run `24467564375`: `Windows Desktop.zip`, 113,678,122 bytes.
22+
23+
Hashes and original file listings are preserved in:
24+
25+
- `windows-build-artifacts.sha256`
26+
- `windows-build-artifacts.files.txt`
27+
28+
To re-download those large artifacts:
29+
30+
```bash
31+
gh run download 24467127133 \
32+
--repo Jhon-Crow/godot-topdown-MVP \
33+
--name windows-build \
34+
--dir docs/case-studies/issue-264/artifacts/run-24467127133
35+
36+
gh run download 24467564375 \
37+
--repo Jhon-Crow/godot-topdown-MVP \
38+
--name windows-build \
39+
--dir docs/case-studies/issue-264/artifacts/run-24467564375
40+
```

docs/case-studies/issue-264/artifacts/run-24467127145/test-results/test-output.log

Lines changed: 23896 additions & 0 deletions
Large diffs are not rendered by default.

docs/case-studies/issue-264/artifacts/run-24467127145/test-results/test-results.xml

Lines changed: 12203 additions & 0 deletions
Large diffs are not rendered by default.

docs/case-studies/issue-264/artifacts/run-24467127151/gdscript-import-log/import-output.log

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

docs/case-studies/issue-264/artifacts/run-24467564323/test-results/test-output.log

Lines changed: 23896 additions & 0 deletions
Large diffs are not rendered by default.

docs/case-studies/issue-264/artifacts/run-24467564323/test-results/test-results.xml

Lines changed: 12203 additions & 0 deletions
Large diffs are not rendered by default.

docs/case-studies/issue-264/artifacts/run-24467564352/gdscript-import-log/import-output.log

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-rw-r--r-- 1 sandbox sandbox 109M Apr 17 22:42 docs/case-studies/issue-264/artifacts/run-24467127133/windows-build/Windows Desktop.zip
2+
-rw-r--r-- 1 sandbox sandbox 109M Apr 17 22:43 docs/case-studies/issue-264/artifacts/run-24467564375/windows-build/Windows Desktop.zip
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
983959b05629811b6c7085f7e6d010de836984859a4ad341704bd169aff166d0 docs/case-studies/issue-264/artifacts/run-24467127133/windows-build/Windows Desktop.zip
2+
de04b77ae4de530c05d2be82361837dd8444f10cca7dc614c99649d23511db9b docs/case-studies/issue-264/artifacts/run-24467564375/windows-build/Windows Desktop.zip

0 commit comments

Comments
 (0)