We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f771df9 + 4dc4dfd commit 4172428Copy full SHA for 4172428
.github/workflows/azure-deploy.yml
@@ -58,6 +58,7 @@ jobs:
58
id-token: write # Required for OIDC
59
contents: read # Required for actions/checkout
60
61
+
62
steps:
63
- name: Download artifact from build job
64
uses: actions/download-artifact@v4
@@ -83,4 +84,4 @@ jobs:
83
84
# Alternative: For separate web apps (uncomment and modify as needed)
85
# app-name: ${{ github.ref_name == 'main' && 'streetsupport-platform-api' || 'streetsupport-platform-api-staging' }}
86
# Remove or comment out slot-name when using separate apps
- package: .
87
+ package: .
0 commit comments