Skip to content

Commit

Permalink
make msi
Browse files Browse the repository at this point in the history
  • Loading branch information
reosfire authored Jul 30, 2024
1 parent 0a11a63 commit d17d8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [ push ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build deb
run: ./gradlew packageReleaseDeb
run: ./gradlew packageReleaseMsi

0 comments on commit d17d8d5

Please sign in to comment.