Skip to content

Commit 927d394

Browse files
author
Achille Roussel
committed
fix missing 'uses' in action step
1 parent 41decc9 commit 927d394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
needs: [build]
6868
steps:
6969
- name: Download Artifacts
70+
uses: actions/download-artifact@v2
7071
with:
7172
path: .
7273

0 commit comments

Comments
 (0)