Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shalva97 committed Jan 30, 2025
1 parent ed5a459 commit 11e9ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
distribution: temurin
cache: 'gradle'
- name: 'Build native executables'
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: multiplatform-ui:wasmJsBrowserProductionWebpack
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: multiplatform-ui/build/distributions
Expand Down

0 comments on commit 11e9ffe

Please sign in to comment.