Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JSMonk committed Sep 6, 2024
1 parent 83b6bfb commit 96007d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: ./gradlew publishToMavenLocal

- name: Run Gradle Tasks
run:
- cd examples
- ../gradlew :examples:wasmJsBrowserStoriesProductionExecutableDistribution
run: |
cd examples
../gradlew :examples:wasmJsBrowserStoriesProductionExecutableDistribution
- name: Fix permissions
run: |
Expand Down

0 comments on commit 96007d0

Please sign in to comment.