Skip to content

Commit

Permalink
Set PLATFORM environment variable in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jan 17, 2025
1 parent da013e6 commit 61c8d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Gradle Release Build
env:
RELEASE_WORKFLOW: true
PLATFORM: ${{ inputs.platform }}
run: ./gradlew build

- name: Set environment variables for the script below
Expand Down

0 comments on commit 61c8d19

Please sign in to comment.