Skip to content

Commit 61c8d19

Browse files
committed
Set PLATFORM environment variable in release.yml
1 parent da013e6 commit 61c8d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Gradle Release Build
4747
env:
4848
RELEASE_WORKFLOW: true
49+
PLATFORM: ${{ inputs.platform }}
4950
run: ./gradlew build
5051

5152
- name: Set environment variables for the script below

0 commit comments

Comments
 (0)