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 3b5f012 commit 61088b7Copy full SHA for 61088b7
.github/workflows/release-app.yml
@@ -62,5 +62,15 @@ jobs:
62
name: "cratedb-cfr-${{ steps.artifact-suffix.outputs.lowercase }}"
63
path: dist/cratedb-cfr.exe
64
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
75
# TODO: Upload to release assets or GitHub Pages, when invoked on "tag" event.
76
#if: startsWith(github.event.ref, 'refs/tags')
0 commit comments