Skip to content

Commit

Permalink
chore(ci): cd to project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Oct 18, 2022
1 parent e5efff2 commit 15035bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout files
uses: actions/checkout@v3
- name: Enter Project Directory
run: cd dist/test/example
- name: Build
uses: CompeyDev/rojo-build-action@0.1.3
with:
Expand Down

0 comments on commit 15035bd

Please sign in to comment.