Skip to content

Commit 2da8d20

Browse files
Merge pull request #279 from terminusdb/add_local_dashboard_artifact
Upload artifact of local build
2 parents e570c3f + 92e37ee commit 2da8d20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ jobs:
117117
cd dist
118118
tar caf release.tar.gz *
119119
120+
121+
- uses: actions/upload-artifact@v3
122+
with:
123+
name: dashboard
124+
path: packages/tdb-dashboard/dist/release.tar.gz
125+
120126
- name: Create Release
121127
if: startsWith(github.ref, 'refs/tags/v')
122128
uses: ncipollo/[email protected]

0 commit comments

Comments
 (0)