File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build-and-test :
13- uses : IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
13+ uses : IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
14+ with :
15+ build : ${{ github.event_name != 'push' }}
16+ build_name : AdvancedPeripherals
17+ pr : ${{ github.event_name == 'pull_request' && github.event.pull_request.number || '' }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ wrapper {
3030
3131def isSnapshotVersion = project. hasProperty(' teamcityBuild' )
3232
33- version = " ${ mod_version} " + (isSnapshotVersion ? " -SNAPSHOT" : " " )
33+ version = " ${ mod_version} " + (isSnapshotVersion ? " -SNAPSHOT" : " " ) + " ${ mod_artifact_suffix } "
3434group = ' de.srendi.advancedperipherals'
3535
3636def static getenv (path = " .env" ) {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ org.gradle.logging.level=info
44
55# Minecraft related
66mod_id =advancedperipherals
7+ mod_artifact_suffix =
78minecraft_version =1.19.2
89forge_version =43.4.0
910loader_version =43
You can’t perform that action at this time.
0 commit comments