Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed May 11, 2024
1 parent 376847e commit b9266a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflow(
uses(action = ActionsSetupGradle())
run(command = "./gradlew wasmJsBrowserDistribution")
uses(action = ConfigurePages())
uses(action = UploadPagesArtifact(path = "build/dist/wasmJs/productionExecutable"))
uses(action = UploadPagesArtifact(path = "build/dist/wasmJs/productionExecutable/"))
uses(action = DeployPages())
}
}.writeToFile()
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- id: 'step-4'
uses: 'actions/upload-pages-artifact@v3'
with:
path: 'build/dist/wasmJs/productionExecutable'
path: 'build/dist/wasmJs/productionExecutable/'
- id: 'step-5'
uses: 'actions/deploy-pages@v4'

0 comments on commit b9266a1

Please sign in to comment.