File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
file-url : ' https://github.com/DynamicTreesTeam/DynamicTreesVersionInfo/blob/master/DynamicTrees.json?raw=true'
30
30
file-name : ' version_info.json'
31
- location : ' ./build '
31
+ location : ' ./temp '
32
32
- name : Fetch full repo so tags are retrievable
33
33
run : git fetch --prune --unshallow
34
34
- name : Run autoUpdate task
43
43
env :
44
44
API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
45
45
with :
46
- source_file : ' build /version_info.json'
46
+ source_file : ' temp /version_info.json'
47
47
destination_repo : ' DynamicTreesTeam/DynamicTreesVersionInfo'
48
48
destination_branch : ' master'
49
49
rename : ' DynamicTrees.json'
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ eclipse
22
22
run
23
23
run-server
24
24
libs
25
- mcmodsrepo
25
+ mcmodsrepo
26
+ temp
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ java {
130
130
}
131
131
}
132
132
133
- val changelogFile = file(" build /changelog.txt" )
133
+ val changelogFile = file(" temp /changelog.txt" )
134
134
135
135
curseforge {
136
136
val curseApiKey = optionalProperty(" curseApiKey" ) ? : System .getenv(" CURSEFORGE_API_KEY" )
@@ -257,7 +257,7 @@ autoUpdateTool {
257
257
version.set(modVersion)
258
258
versionRecommended.set(property(" versionRecommended" ) == " true" )
259
259
changelogOutputFile.set(changelogFile)
260
- updateCheckerFile.set(file(" build /version_info.json" ))
260
+ updateCheckerFile.set(file(" temp /version_info.json" ))
261
261
}
262
262
263
263
tasks.autoUpdate {
You can’t perform that action at this time.
0 commit comments