Skip to content

Commit bbe5f68

Browse files
authored
Update release.yaml
1 parent 121c042 commit bbe5f68

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: PortMaster Release
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
branch:
7+
required: true
8+
type: string
59

610
jobs:
711
build:
@@ -11,7 +15,7 @@ jobs:
1115
- name: Checkout Branch
1216
uses: actions/checkout@v4
1317
with:
14-
ref: Experimental
18+
ref: ${{ inputs.branch }}
1519
sparse-checkout: |
1620
releases
1721
ports/cataclysm-dda/cataclysm-dda
@@ -27,7 +31,7 @@ jobs:
2731
- name: Create Pull Request
2832
uses: peter-evans/create-pull-request@v7
2933
with:
30-
base: Experimental
34+
base: ${{ inputs.branch }}
3135
title: Update Binary
3236
add-paths: |
3337
ports/cataclysm-dda/cataclysm-dda

0 commit comments

Comments
 (0)