Skip to content

Commit

Permalink
FIX: wrong action path from build solved
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 21, 2024
1 parent 7c7046e commit 24b1bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
pip install pythonnet
- name: Run the action in root
uses: ./action
- name: Run
uses: ./
with:
source: examples
target: build
Expand Down

0 comments on commit 24b1bac

Please sign in to comment.