Skip to content

Commit 5cc9809

Browse files
committed
Fix syntax
1 parent a1740bc commit 5cc9809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060

6161
- name: Download all artifacts
6262
uses: actions/download-artifact@v2
63-
path: ./
63+
with:
64+
path: ./
6465

6566
- name: Upload openvpn-linux-amd64.tar.gz
6667
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)