We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e68450 commit b36d1f0Copy full SHA for b36d1f0
.github/workflows/build_publish.yaml
@@ -47,6 +47,11 @@ jobs:
47
cache: 'npm'
48
- run: npm ci
49
- run: npm run build --if-present
50
+
51
+ - uses: actions/download-artifact@v1
52
+ with:
53
+ name: info
54
55
- name: Set upload_url
56
id: upload_info
57
run: |
@@ -56,10 +61,6 @@ jobs:
61
- name: Create archive
62
run: tar czf frontend.tar.gz dist
58
63
59
- - uses: actions/download-artifact@v1
60
- with:
- name: info
-
64
- name: Upload Built Frontend
65
uses: actions/upload-release-asset@v1
66
env:
0 commit comments