File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
51
with :
52
52
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"
54
54
asset_name : feedback-functions.zip
55
55
asset_content_type : application/zip
56
56
61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
with :
63
63
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"
65
65
asset_name : feedback-web-client.zip
66
66
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments