diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index e5ebb423..8346c9f5 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -47,18 +47,19 @@ jobs: needs: build # wait for other job to finish g steps: - - uses: actions/download-artifact@v4 - with: - name: my-artifact - path: artifacts/ - name: Azure login uses: azure/login@v2 with: - client-id: ${{ secrets.AZURE_CLIENT_ID }} - tenate-id: ${{ secrets.AZURE_TENATE_ID }} - subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenate-id: ${{ secrets.AZURE_TENATE_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + + + - uses: actions/download-artifact@v4 + with: + name: my-artifact + path: artifacts/ # Deploy to Azure Web apps - name: 'Deploy to Azure App Service'