Skip to content

Commit 61088b7

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-app.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,15 @@ 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+
if: runner.os != 'Windows'
70+
uses: JamesIves/github-pages-deploy-action@v4
71+
with:
72+
folder: dist/cratedb-cfr
73+
target-folder: "tmp/${{ steps.artifact-suffix.outputs.lowercase }}"
74+
6575
# TODO: Upload to release assets or GitHub Pages, when invoked on "tag" event.
6676
#if: startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)