Skip to content

Commit 7201ba4

Browse files
committed
Fixed upload paths
1 parent 873dc15 commit 7201ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-conf-2024-build-deployment-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
5252
upload_url: ${{ steps.create_release.outputs.upload_url }}
53-
asset_path: "${{ env.SRC_DIRECTORY_PATH }}/FeedbackFunctionsApp/bin/${{ env.CONFIGURATION }}/cake-publish-output/feedback-functions.zip"
53+
asset_path: "${{ env.BUILD_ARTIFACTS_PATH }}/feedback-functions.zip"
5454
asset_name: feedback-functions.zip
5555
asset_content_type: application/zip
5656

@@ -61,6 +61,6 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
with:
6363
upload_url: ${{ steps.create_release.outputs.upload_url }}
64-
asset_path: "${{ env.SRC_DIRECTORY_PATH }}/FeedbackWebApp/bin/${{ env.CONFIGURATION }}/cake-publish-output/feedback-web-client.zip"
64+
asset_path: "${{ env.BUILD_ARTIFACTS_PATH }}/feedback-web-client.zip"
6565
asset_name: feedback-web-client.zip
6666
asset_content_type: application/zip

0 commit comments

Comments
 (0)