File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1919 description : ' Target branch'
2020 required : true
2121 default : ' master'
22-
22+ push :
23+ branches :
24+ - ' **'
2325
2426concurrency :
2527 group : ${{ github.workflow }}-${{ github.ref }}
8183 name : lambda-${{ steps.all.outputs.modVersion }}.jar
8284 path : common/build/libs/
8385
86+ release :
87+ name : Create release
88+ runs-on : ubuntu-latest
89+ needs : build
90+ if : github.event_name == 'workflow_dispatch'
91+ steps :
92+ - name : Checkout Main
93+ uses : actions/checkout@v4.1.1
94+
8495 - name : Create release
8596 uses : softprops/action-gh-release@v2.0.8
8697 with :
92103 fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar
93104 forge/build/libs/lambda-forge-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar
94105 neoforge/build/libs/lambda-neoforge-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar
95- common/build/libs/lambda-${{ steps.all.outputs.modVersion }}.jar
106+ common/build/libs/lambda-${{ steps.all.outputs.modVersion }}.jar
You can’t perform that action at this time.
0 commit comments