Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6851aea

Browse files
Merge pull request #277 from jim-deriv/Jim-feq-update-artifact-upload-and-download-steps
Jim-feq-update-artifact-upload-and-download-steps
2 parents a149a13 + 0219d63 commit 6851aea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release_production.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: build
43-
path: .
43+
path: build
4444
retention-days: 1
4545

4646
send_slack_notification:
@@ -76,10 +76,13 @@ jobs:
7676
environment: Production
7777
needs: [build_and_publish]
7878
steps:
79+
- name: Checkout
80+
uses: actions/checkout@v4
7981
- name: Download Build Artifact
8082
uses: actions/download-artifact@v4
8183
with:
8284
name: build
85+
path: build
8386
- name: Publish to Docker
8487
id: publish_to_docker
8588
uses: ./.github/actions/publish_to_docker

0 commit comments

Comments
 (0)