Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 6, 2023
1 parent 90c2bd5 commit 0cda4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Buid JS bundle
run: |
./gradlew :client:jsBrowserProductionWebpack
./gradlew :client:linkReleaseExecutableMingwX64
- name: server.zip
run: ./gradlew :server:distZip

Expand All @@ -50,7 +51,7 @@ jobs:
title: "Build #${{github.run_number}}"
automatic_release_tag: "${{github.run_number}}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: server/build/distributions/server.zip
files: server/build/distributions/server.zip client/build/**
prerelease: false
- shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ korge {
targetJvm()
targetJs()
targetDesktop()
targetDesktopCross()
}

dependencies {
Expand Down

0 comments on commit 0cda4b9

Please sign in to comment.