We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1306d4 + cdaacff commit fd9d897Copy full SHA for fd9d897
.github/workflows/DeployStaticPortal.yml
@@ -60,7 +60,7 @@ jobs:
60
# Upload Portal Artifact
61
- name: Upload Artifact
62
if: ${{steps.generate-portal.outputs.HTTP_CODE == '200' }}
63
- uses: actions/upload-artifact@v4.0
+ uses: actions/upload-artifact@v4
64
with:
65
name: static-portal
66
path: static-portal
@@ -73,7 +73,7 @@ jobs:
73
# Upload error.zip if error code is 422 with a zip file
74
- name: Upload error.zip
75
if: ${{steps.generate-portal.outputs.HTTP_CODE == '422' && steps.generate-portal.outputs.CONTENT_TYPE == 'application/zip'}}
76
77
78
name: error
79
path: error
0 commit comments