Skip to content

Commit b9aab71

Browse files
BlackstoneEngineeringBlackstoneEngineering
authored andcommitted
fixing sytax bug in deploy workflow
1 parent 93f935e commit b9aab71

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
folder: build # The folder the action should deploy.
5656

5757
- name: Upload Artifact Logs
58-
uses: actions/upload-artifact@v4
59-
if: ${{ always() }}
60-
with:
61-
name: Portal Snapshot
62-
path: ./build/
58+
uses: actions/upload-artifact@v4
59+
if: ${{ always() }}
60+
with:
61+
name: Portal Snapshot
62+
path: ./build/

0 commit comments

Comments
 (0)