Skip to content

Commit fd7198c

Browse files
committed
added tarballs steps to github actions
1 parent 3c01405 commit fd7198c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/master.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,17 @@ jobs:
6161
- name: Publish manifest in Docker Hub
6262
run: make docker-manifest DOCKER_REPO=$DOCKER_HUB_REPO
6363

64+
- name: Build Tarballs Files
65+
run: promu crossbuild tarballs
6466

67+
- name: Checksum Tarballs Files
68+
run: promu checksum .tarballs
69+
70+
- name: Release Tarballs Files
71+
run: promu release .tarballs
72+
73+
- name: Upload artifacts to Github
74+
uses: actions/upload-artifact@v1
75+
with:
76+
name: releases
77+
path: .tarballs

0 commit comments

Comments
 (0)