Skip to content

Commit 0bc403c

Browse files
committed
CFR: Upload application bundle artifacts to GitHub Pages
1 parent 3b5f012 commit 0bc403c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-app.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,14 @@ jobs:
6262
name: "cratedb-cfr-${{ steps.artifact-suffix.outputs.lowercase }}"
6363
path: dist/cratedb-cfr.exe
6464

65+
- name: Configure GitHub Pages
66+
uses: actions/configure-pages@v3
67+
68+
- name: Upload artifact to GitHub Pages 🚀
69+
uses: JamesIves/github-pages-deploy-action@v4
70+
with:
71+
folder: dist
72+
target-folder: "tmp/${{ steps.artifact-suffix.outputs.lowercase }}"
73+
6574
# TODO: Upload to release assets or GitHub Pages, when invoked on "tag" event.
6675
#if: startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)