fix pathing
هذا الالتزام موجود في:
6
.github/workflows/dotnet.yml
مباع
6
.github/workflows/dotnet.yml
مباع
@@ -79,14 +79,14 @@ jobs:
|
|||||||
- name: Download App
|
- name: Download App
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: app
|
name: webapp
|
||||||
path: app
|
path: webapp
|
||||||
|
|
||||||
- name: 'Run Azure webapp deploy action using publish profile credentials'
|
- name: 'Run Azure webapp deploy action using publish profile credentials'
|
||||||
uses: azure/webapps-deploy@v2
|
uses: azure/webapps-deploy@v2
|
||||||
with:
|
with:
|
||||||
app-name: ${{ steps.deploy.outputs.webAppName }} # Replace with your app name
|
app-name: ${{ steps.deploy.outputs.webAppName }} # Replace with your app name
|
||||||
package: 'app'
|
package: 'webapp'
|
||||||
|
|
||||||
- name: logout
|
- name: logout
|
||||||
run: |
|
run: |
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم