Skip to content

Commit

Permalink
Fix Build Output Path
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhorasanizadeh authored May 16, 2024
1 parent 56f21b4 commit 9f38629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: deploy_dist
path: build
path: dist\code-star\browser
deploy:
name: Deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f38629

Please sign in to comment.