Skip to content

Commit

Permalink
Updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Feb 4, 2024
1 parent 520cdf1 commit caec3e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
java-version: 17

- name: Build
run: ./gradlew build
uses: gradle/gradle-build-action@v2
with:
arguments: build
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
java-version: 17

- name: Build
run: ./gradlew wasmJsBrowserDistribution
uses: gradle/gradle-build-action@v2
with:
arguments: :composeApp:wasmJsBrowserDistribution

- name: Deploy browser app
uses: JamesIves/github-pages-deploy-action@v4.5.0
Expand Down

0 comments on commit caec3e9

Please sign in to comment.