Skip to content

Commit

Permalink
template: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Oct 11, 2024
1 parent 1d5cd75 commit dfcb9f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/Coalesce.Vue.Template/content/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root = true

[*.{vue,ts,tsx,csproj,props,json}]
[*.{vue,ts,tsx,csproj,props,json,html,scss}]
indent_style = space
indent_size = 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: .coalesce-app
name: web-app
path: ${{ github.workspace }}/publish
if-no-files-found: error

Expand All @@ -92,7 +92,7 @@ jobs:
- name: Download artifact for deployment
uses: actions/download-artifact@v4
with:
name: .coalesce-app
name: web-app

- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v3
Expand Down

0 comments on commit dfcb9f1

Please sign in to comment.