Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
fix path publish folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja García Rodríguez committed Feb 4, 2021
1 parent 11edd2b commit 501d2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regular_appservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-and-deploy:
Expand Down Expand Up @@ -33,4 +34,4 @@ jobs:
with:
app-name: ${{ secrets.WEBAPP_APPSERVICE_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: /Source/Tailwind.Traders.Web/publish
package: Source/Tailwind.Traders.Web/publish

0 comments on commit 501d2df

Please sign in to comment.