Skip to content

Commit 2b74c4d

Browse files
committed
Fix error to deploy
1 parent 1cef403 commit 2b74c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
app-name: 'time-tracker-ui'
5252
slot-name: 'production'
5353
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
54-
package: ${BUILD_PATH}
54+
package: dist/time-tracker
5555

5656
# - uses: actions/checkout@v2
5757
# - name: Slack Notification

0 commit comments

Comments
 (0)