Skip to content

Commit 971ff3c

Browse files
committed
Update package path in Azure deployment workflow to current directory
1 parent f24e1e4 commit 971ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
app-name: ${{ vars.API_RESOURCE_NAME }}
5151
slot-name: 'production'
5252
publish-profile: ${{ secrets.AZURE_API_PUBLISH_PROFILE }}
53-
package: ${{ github.workspace }}/.net-app
53+
package: .

0 commit comments

Comments
 (0)