Skip to content

Commit

Permalink
Update package task to build distribution for current OS
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2025
1 parent 30fd907 commit eff787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Build Release App
run: |
./gradlew packageUberJarForCurrentOS
./gradlew package
./gradlew packageDistributionForCurrentOS
- name: Archive Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit eff787c

Please sign in to comment.