Skip to content

Commit c97521d

Browse files
committed
debug uploader
1 parent 9ad3ede commit c97521d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
' discord_update.json > tmp.json
4949
mv tmp.json discord_update.json
5050
51+
- name: print discord notification json to be verified before final upload (build will take a while)
52+
run: cat discord_update.json
53+
5154
- name: fail if final json changelog empty
5255
run: |
5356
VAL=$(jq -r '.embeds[0].description' discord_update.json)
5457
[ -z "$VAL" ] && exit 1
5558
56-
- name: print discord notification json to be verified before final upload (build will take a while)
57-
run: cat discord_update.json
58-
5959
- run: ./gradlew build
6060

6161
- name: upload mod

0 commit comments

Comments
 (0)