Skip to content

Commit

Permalink
working-directory: editor
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Feb 8, 2024
1 parent 5f3b1eb commit 891d13b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: editor

steps:
- name: Checkout code
Expand All @@ -26,7 +29,8 @@ jobs:
- name: Build
run: |
ls -lha
cd editor && ./gradlew build
chmod +x gradlew
./gradlew build
- name: Archive Folder
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 891d13b

Please sign in to comment.