65
65
steps :
66
66
- uses : actions/checkout@v4
67
67
68
+ - name : Set Timezone
69
+ run : sudo timedatectl set-timezone Europe/Berlin
70
+
71
+ - name : Show current Timezone settings
72
+ run : timedatectl status
73
+
68
74
- name : Get build-metadata
69
75
id : build-metadata
70
76
run : bash .github/build-meta.sh
91
97
ref : ${{ needs.build-meta.outputs.gluon-commit }}
92
98
path : ' gluon-gha-data/gluon'
93
99
100
+ - name : Set Timezone
101
+ run : sudo timedatectl set-timezone Europe/Berlin
102
+
103
+ - name : Show current Timezone settings
104
+ run : timedatectl status
105
+
94
106
- name : Get Targets
95
107
uses : freifunk-gluon/action-target-list@v1
96
108
id : get-targets
@@ -112,6 +124,12 @@ jobs:
112
124
ref : ${{ needs.build-meta.outputs.gluon-commit }}
113
125
path : ' gluon-gha-data/gluon'
114
126
127
+ - name : Set Timezone
128
+ run : sudo timedatectl set-timezone Europe/Berlin
129
+
130
+ - name : Show current Timezone settings
131
+ run : timedatectl status
132
+
115
133
- name : Determine Cache-Key
116
134
id : cache-key
117
135
run : >
@@ -191,6 +209,12 @@ jobs:
191
209
fetch-depth : 0
192
210
fetch-tags : true
193
211
212
+ - name : Set Timezone
213
+ run : sudo timedatectl set-timezone Europe/Berlin
214
+
215
+ - name : Show current Timezone settings
216
+ run : timedatectl status
217
+
194
218
- name : Fetch upstream tags
195
219
# yamllint disable rule:line-length
196
220
if : ${{ needs.build-meta.outputs.gluon-repository != 'freifunk-gluon/gluon' }}
@@ -257,6 +281,12 @@ jobs:
257
281
steps :
258
282
- uses : actions/checkout@v4
259
283
284
+ - name : Set Timezone
285
+ run : sudo timedatectl set-timezone Europe/Berlin
286
+
287
+ - name : Show current Timezone settings
288
+ run : timedatectl status
289
+
260
290
- uses : actions/download-artifact@v4
261
291
with :
262
292
path : " gluon-gha-data/gluon-output"
@@ -425,6 +455,12 @@ jobs:
425
455
steps :
426
456
- uses : actions/checkout@v4
427
457
458
+ - name : Set Timezone
459
+ run : sudo timedatectl set-timezone Europe/Berlin
460
+
461
+ - name : Show current Timezone settings
462
+ run : timedatectl status
463
+
428
464
- uses : actions/download-artifact@v4
429
465
with :
430
466
path : " gluon-gha-data/artifact-download"
@@ -514,6 +550,12 @@ jobs:
514
550
steps :
515
551
- uses : actions/checkout@v4
516
552
553
+ - name : Set Timezone
554
+ run : sudo timedatectl set-timezone Europe/Berlin
555
+
556
+ - name : Show current Timezone settings
557
+ run : timedatectl status
558
+
517
559
- uses : actions/download-artifact@v4
518
560
with :
519
561
path : " gluon-gha-data/artifact-download"
@@ -549,7 +591,7 @@ jobs:
549
591
gluon-gha-data/release-notes.md
550
592
551
593
- name : Create GitHub Release
552
- uses : softprops/action-gh-release@v1
594
+ uses : softprops/action-gh-release@v2
553
595
with :
554
596
name : ${{ needs.build-meta.outputs.release-version }}
555
597
# yamllint disable rule:line-length
0 commit comments