Skip to content

Commit

Permalink
Use packageDistributionForCurrentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Jan 2, 2024
1 parent b3ce269 commit 233fddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build the project
run: ./gradlew packageMsi
run: ./gradlew packageDistributionForCurrentOS
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 233fddf

Please sign in to comment.