Skip to content

Commit 528ecde

Browse files
committed
Upload artifact
1 parent 61f9daf commit 528ecde

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
- name: Create distribution
3030
run: tar cvzf openvpn-linux-amd64.tar.gz input-openvpn
3131
working-directory: openvpn
32+
33+
- name: Upload artifact
34+
uses: actions/upload-artifact@v1
35+
with:
36+
name: openvpn-linux-amd64.tar.gz
37+
path: openvpn/openvpn-linux-amd64.tar.gz

0 commit comments

Comments
 (0)