Skip to content

Commit

Permalink
gives directory to action
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas committed Jan 9, 2025
1 parent fc2fb0e commit 2e9570e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
with:
node-version: 20
- run: npm ci
working-directory: src/powerbi-visual
- run: npm version 2.12.3 --allow-same-version
working-directory: src/powerbi-visual
- run: npm run build
working-directory: src/powerbi-visual
- uses: actions/upload-artifact@v4
with:
name: powerbi-visual
Expand Down

0 comments on commit 2e9570e

Please sign in to comment.