Skip to content

Commit b36d1f0

Browse files
committed
add github action
1 parent 5e68450 commit b36d1f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_publish.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
cache: 'npm'
4848
- run: npm ci
4949
- run: npm run build --if-present
50+
51+
- uses: actions/download-artifact@v1
52+
with:
53+
name: info
54+
5055
- name: Set upload_url
5156
id: upload_info
5257
run: |
@@ -56,10 +61,6 @@ jobs:
5661
- name: Create archive
5762
run: tar czf frontend.tar.gz dist
5863

59-
- uses: actions/download-artifact@v1
60-
with:
61-
name: info
62-
6364
- name: Upload Built Frontend
6465
uses: actions/upload-release-asset@v1
6566
env:

0 commit comments

Comments
 (0)