54
54
run : |
55
55
git config user.email "Ho-Ro@users.noreply.github.com"
56
56
git config user.name "Ho-Ro"
57
- git fetch --prune --tags || true
57
+ git fetch --tags --force || true
58
58
git submodule update --init --recursive
59
59
echo "git_describe=$(git describe)"
60
60
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
95
95
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96
96
97
97
98
- # -------------------
99
- # --- macOS steps ---
100
- # -------------------
98
+ # -------------------------
99
+ # --- macOS intel steps ---
100
+ # -------------------------
101
101
#
102
102
macos-intel :
103
103
runs-on : macos-13
@@ -118,7 +118,7 @@ jobs:
118
118
run : |
119
119
git config user.email "Ho-Ro@users.noreply.github.com"
120
120
git config user.name "Ho-Ro"
121
- git fetch --prune --tags || true
121
+ git fetch --tags --force || true
122
122
git submodule update --init --recursive
123
123
echo "git_describe=$(git describe)"
124
124
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
@@ -153,7 +153,6 @@ jobs:
153
153
fi
154
154
if test -d openhantek/OpenHantek.app; then
155
155
cd openhantek
156
- ls -l
157
156
sudo tar -czf ../packages/openhantek_*_osx_*.tar.gz OpenHantek.app
158
157
if test -f OpenHantek.dmg; then
159
158
sudo mv OpenHantek.dmg ../packages/$(basename ../packages/openhantek_*_osx_*.tar.gz .tar.gz).dmg
@@ -180,9 +179,9 @@ jobs:
180
179
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
181
180
182
181
183
- # -------------------
182
+ # -------------------------
184
183
# --- macOS arm64 steps ---
185
- # -------------------
184
+ # -------------------------
186
185
#
187
186
macos-arm64 :
188
187
runs-on : macos-14
@@ -203,7 +202,7 @@ jobs:
203
202
run : |
204
203
git config user.email "Ho-Ro@users.noreply.github.com"
205
204
git config user.name "Ho-Ro"
206
- git fetch --prune --tags || true
205
+ git fetch --tags --force || true
207
206
git submodule update --init --recursive
208
207
echo "git_describe=$(git describe)"
209
208
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
@@ -238,7 +237,6 @@ jobs:
238
237
fi
239
238
if test -d openhantek/OpenHantek.app; then
240
239
cd openhantek
241
- ls -l
242
240
sudo tar -czf ../packages/openhantek_*_osx_*.tar.gz OpenHantek.app
243
241
if test -f OpenHantek.dmg; then
244
242
sudo mv OpenHantek.dmg ../packages/$(basename ../packages/openhantek_*_osx_*.tar.gz .tar.gz).dmg
@@ -288,7 +286,7 @@ jobs:
288
286
run : |
289
287
git config user.email "Ho-Ro@users.noreply.github.com"
290
288
git config user.name "Ho-Ro"
291
- git fetch --prune --tags || true
289
+ git fetch --tags --force || true
292
290
git submodule update --init --recursive
293
291
echo "git_describe=$(git describe)"
294
292
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
@@ -362,7 +360,7 @@ jobs:
362
360
run : |
363
361
git config user.email "Ho-Ro@users.noreply.github.com"
364
362
git config user.name "Ho-Ro"
365
- git fetch --prune --tags || true
363
+ git fetch --tags --force || true
366
364
git submodule update --init --recursive
367
365
echo "git_describe=$(git describe)"
368
366
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
0 commit comments