Skip to content

Commit 5e68450

Browse files
committed
add github action
1 parent 18bb625 commit 5e68450

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
- name: Create archive
5757
run: tar czf frontend.tar.gz dist
5858

59-
- name: Upload Built Ruby
59+
- uses: actions/download-artifact@v1
60+
with:
61+
name: info
62+
63+
- name: Upload Built Frontend
6064
uses: actions/upload-release-asset@v1
6165
env:
6266
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)