File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3030 tag : ${{ github.ref }}
3131 file_glob : true
3232 overwrite : true
33+
34+ - name : Upload Properties to Release
35+ uses : svenstaro/upload-release-action@v2
36+ with :
37+ repo_token : ${{ secrets.GITHUB_TOKEN }}
38+ file : p5js/build/mode/mode.Properties
39+ asset_name : p5js.txt
40+ tag : ${{ github.ref }}
41+ overwrite : true
3342
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ tasks.register<Download>("includeP5jsExamples"){
7878}
7979
8080tasks.register<Copy >(" createMode" ) {
81- dependsOn(" jar" , " includeP5jsExamples" )
81+ dependsOn(" jar" )
82+ finalizedBy(" includeP5jsExamples" )
8283 into(layout.buildDirectory.dir(" mode" ))
8384 // TODO Why is there a duplicate in the first place?
8485 duplicatesStrategy = DuplicatesStrategy .WARN
You can’t perform that action at this time.
0 commit comments