@@ -55,70 +55,70 @@ jobs:
55
55
run : |
56
56
make -j$(nproc)
57
57
mkdir build
58
- mv polishedcrystal-3.1.0 .gbc build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}.gbc
59
- mv polishedcrystal-3.1.0 .sym build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}.sym
58
+ mv polishedcrystal-3.1.1 .gbc build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}.gbc
59
+ mv polishedcrystal-3.1.1 .sym build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}.sym
60
60
make tidy
61
61
62
62
- id : build-polishedcrystal-faithful
63
63
name : " Build polishedcrystal-faithful"
64
64
run : |
65
65
make -j$(nproc) faithful
66
- mv polishedcrystal-faithful-3.1.0 .gbc build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}.gbc
67
- mv polishedcrystal-faithful-3.1.0 .sym build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}.sym
66
+ mv polishedcrystal-faithful-3.1.1 .gbc build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}.gbc
67
+ mv polishedcrystal-faithful-3.1.1 .sym build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}.sym
68
68
make tidy
69
69
70
70
# BUILD VC PATCHES
71
71
- id : build-polishedcrystal-vc
72
72
name : " Build polishedcrystal vc"
73
73
run : |
74
74
make -j$(nproc) vc
75
- mv polishedcrystal-3.1.0_vc .gbc build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}_vc.gbc
76
- mv polishedcrystal-3.1.0 .patch build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}.patch
77
- mv polishedcrystal-3.1.0_vc .sym build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}_vc.sym
75
+ mv polishedcrystal-3.1.1_vc .gbc build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}_vc.gbc
76
+ mv polishedcrystal-3.1.1 .patch build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}.patch
77
+ mv polishedcrystal-3.1.1_vc .sym build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}_vc.sym
78
78
make tidy
79
79
80
80
- id : build-polishedcrystal-faithful-vc
81
81
name : " Build polishedcrystal-faithful vc"
82
82
run : |
83
83
make -j$(nproc) faithful vc
84
- mv polishedcrystal-faithful-3.1.0 .gbc build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}_vc.gbc
85
- mv polishedcrystal-faithful-3.1.0 .patch build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}.patch
86
- mv polishedcrystal-faithful-3.1.0 .sym build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}_vc.sym
84
+ mv polishedcrystal-faithful-3.1.1 .gbc build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}_vc.gbc
85
+ mv polishedcrystal-faithful-3.1.1 .patch build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}.patch
86
+ mv polishedcrystal-faithful-3.1.1 .sym build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}_vc.sym
87
87
make tidy
88
88
89
89
# BUILD DEBUG ROMS
90
90
- id : build-polisheddebug
91
91
name : " Build polisheddebug"
92
92
run : |
93
93
make -j$(nproc) debug vc
94
- mv polishedcrystal-debug-3.1.0 .gbc build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}.gbc
95
- mv polishedcrystal-debug-3.1.0 .sym build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}.sym
94
+ mv polishedcrystal-debug-3.1.1 .gbc build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}.gbc
95
+ mv polishedcrystal-debug-3.1.1 .sym build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}.sym
96
96
make tidy
97
97
98
98
- id : build-polisheddebug-faithful
99
99
name : " Build polisheddebug-faithful"
100
100
run : |
101
101
make -j$(nproc) faithful debug vc
102
- mv polishedcrystal-faithful-debug-3.1.0 .gbc build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}.gbc
103
- mv polishedcrystal-faithful-debug-3.1.0 .sym build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}.sym
102
+ mv polishedcrystal-faithful-debug-3.1.1 .gbc build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}.gbc
103
+ mv polishedcrystal-faithful-debug-3.1.1 .sym build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}.sym
104
104
make tidy
105
105
106
106
- id : build-polisheddebug-vc
107
107
name : " Build polisheddebug vc"
108
108
run : |
109
109
make -j$(nproc) debug vc
110
- mv polishedcrystal-debug-3.1.0_vc .gbc build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}_vc.gbc
111
- mv polishedcrystal-debug-3.1.0 .patch build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}.patch
112
- mv polishedcrystal-debug-3.1.0 .sym build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}_vc.sym
110
+ mv polishedcrystal-debug-3.1.1_vc .gbc build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}_vc.gbc
111
+ mv polishedcrystal-debug-3.1.1 .patch build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}.patch
112
+ mv polishedcrystal-debug-3.1.1 .sym build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}_vc.sym
113
113
make tidy
114
114
115
115
- id : build-polisheddebug-faithful-vc
116
116
name : " Build polisheddebug-faithful vc"
117
117
run : |
118
118
make -j$(nproc) faithful debug vc
119
- mv polishedcrystal-faithful-debug-3.1.0_vc .gbc build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}_vc.gbc
120
- mv polishedcrystal-faithful-debug-3.1.0 .patch build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}.patch
121
- mv polishedcrystal-faithful-debug-3.1.0_vc .sym build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}_vc.sym
119
+ mv polishedcrystal-faithful-debug-3.1.1_vc .gbc build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}_vc.gbc
120
+ mv polishedcrystal-faithful-debug-3.1.1 .patch build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}.patch
121
+ mv polishedcrystal-faithful-debug-3.1.1_vc .sym build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}_vc.sym
122
122
make tidy
123
123
124
124
# UPLOAD ARTIFACTS – only if the repo is owned by Rangi42 (i.e., not a fork)
@@ -130,7 +130,7 @@ jobs:
130
130
name : " polishedcrystal"
131
131
retention-days : 1
132
132
path : |
133
- build/polishedcrystal-3.1.0 -${{ env.SHORT_SHA }}.*
133
+ build/polishedcrystal-3.1.1 -${{ env.SHORT_SHA }}.*
134
134
135
135
- id : upload-polishedcrystal-faithful
136
136
if : ${{ github.repository_owner == 'Rangi42' }}
@@ -140,7 +140,7 @@ jobs:
140
140
name : " polishedcrystal-faithful"
141
141
retention-days : 1
142
142
path : |
143
- build/polishedcrystal-faithful-3.1.0 -${{ env.SHORT_SHA }}.*
143
+ build/polishedcrystal-faithful-3.1.1 -${{ env.SHORT_SHA }}.*
144
144
145
145
- id : upload-polisheddebug
146
146
if : ${{ github.repository_owner == 'Rangi42' }}
@@ -150,7 +150,7 @@ jobs:
150
150
name : " polisheddebug"
151
151
retention-days : 1
152
152
path : |
153
- build/polishedcrystal-debug-3.1.0 -${{ env.SHORT_SHA }}.*
153
+ build/polishedcrystal-debug-3.1.1 -${{ env.SHORT_SHA }}.*
154
154
155
155
- id : upload-polisheddebug-faithful
156
156
if : ${{ github.repository_owner == 'Rangi42' }}
@@ -160,4 +160,4 @@ jobs:
160
160
name : " polisheddebug-faithful"
161
161
retention-days : 1
162
162
path : |
163
- build/polishedcrystal-faithful-debug-3.1.0 -${{ env.SHORT_SHA }}.*
163
+ build/polishedcrystal-faithful-debug-3.1.1 -${{ env.SHORT_SHA }}.*
0 commit comments