Skip to content

Commit 73fd666

Browse files
committed
Add GH Action to deploy data
1 parent bbb98ef commit 73fd666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
with:
2525
dotnet-version: 8.0.x
2626
- name: Download tool artifact
27-
uses: actions/upload-artifact@v4
27+
uses: actions/download-artifact@v4
2828
with:
2929
name: configurationmigrationtool
3030
path: '${{ github.workspace }}/configurationmigrationtool'
3131
- name: Download data artifact
32-
uses: actions/upload-artifact@v4
32+
uses: actions/download-artifact@v4
3333
with:
3434
name: data
3535
path: '${{ github.workspace }}/data'

0 commit comments

Comments
 (0)