Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 25, 2024
1 parent 7ded1bf commit 97fc5a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
java-version: 17
cache: 'gradle'
- uses: gradle/actions/setup-gradle@v3
with:
args:

- name: Package distributables for ${{ runner.os }}
run: ./gradlew packageDistributionForCurrentOS --info --stacktrace --warning-mode all
run: gradle packageDistributionForCurrentOS --info --stacktrace --warning-mode all

- name: Upload logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 97fc5a5

Please sign in to comment.