Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored and Brutus5000 committed Jun 3, 2021
1 parent ffd6906 commit 77870d0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,11 @@ jobs:

- name: Build Windows Files
run: |
./gradlew -Pversion="${{ github.event.inputs.version }}" \
-PjavafxPlatform=win
--info \
--stacktrace \
distZip
./gradlew -Pversion="${{ github.event.inputs.version }}" -PjavafxPlatform=win --stacktrace distZip
- name: Build Linux Files
run: |
./gradlew -Pversion="${{ github.event.inputs.version }}" \
-PjavafxPlatform=linux \
--info \
--stacktrace \
distZip
./gradlew -Pversion="${{ github.event.inputs.version }}" -PjavafxPlatform=linux --stacktrace distZip
- name: Create Draft Release
id: create_release
Expand Down

0 comments on commit 77870d0

Please sign in to comment.