File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,34 +27,34 @@ jobs:
2727 run : dotnet build --configuration Release
2828
2929 - name : dotnet publish
30- run : dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp "
30+ run : dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/AdminHubApi "
3131
3232 - name : Upload artifact for deployment job
3333 uses : actions/upload-artifact@v4
3434 with :
3535 name : .net-app
36- path : ${{env.DOTNET_ROOT}}/myapp
36+ path : ${{env.DOTNET_ROOT}}/AdminHubApi
3737
3838 deploy :
3939 runs-on : windows-latest
4040 needs : build
4141
42- permissions :
43- id-token : write # This is required for requesting the JWT
44- contents : read # This is required for actions/checkout
42+ permissions :
43+ id-token : write # This is required for requesting the JWT
44+ contents : read # This is required for actions/checkout
4545
4646 steps :
4747 - name : Download artifact from build job
4848 uses : actions/download-artifact@v4
4949 with :
5050 name : .net-app
51-
52- - name : Login to Azure
53- uses : azure/login@v2
54- with :
55- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_A4151A17B46646DD9EE92E0A47E4872F }}
56- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_DF11F3AE9D8F45EC8CB5BF531F4DEC22 }}
57- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5CE41383DB04033B4A8AA3AA81CE1AB }}
51+
52+ - name : Login to Azure
53+ uses : azure/login@v2
54+ with :
55+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_A4151A17B46646DD9EE92E0A47E4872F }}
56+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_DF11F3AE9D8F45EC8CB5BF531F4DEC22 }}
57+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5CE41383DB04033B4A8AA3AA81CE1AB }}
5858
5959 - name : Deploy to Azure Web App
6060 id : deploy-to-webapp
You can’t perform that action at this time.
0 commit comments