Skip to content

Commit 2a524b7

Browse files
Update deploy.yml
1 parent 41e2609 commit 2a524b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
name: deployment-logs
5252
path: logs/deployment.log
5353

54+
- name: Checkout repository
55+
uses: actions/checkout@v3
56+
57+
- name: Upload artifacts
58+
uses: actions/upload-artifact@v3
59+
with:
60+
name: build-artifact
61+
path: build/
5462
- name: Notify on CI/CD pipeline failure
5563
if: failure()
5664
run: |

0 commit comments

Comments
 (0)