Skip to content

Commit

Permalink
CFR: Upload application bundle artifacts to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 7, 2024
1 parent 3b5f012 commit 61088b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,15 @@ jobs:
name: "cratedb-cfr-${{ steps.artifact-suffix.outputs.lowercase }}"
path: dist/cratedb-cfr.exe

- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Upload artifact to GitHub Pages 🚀
if: runner.os != 'Windows'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/cratedb-cfr
target-folder: "tmp/${{ steps.artifact-suffix.outputs.lowercase }}"

# TODO: Upload to release assets or GitHub Pages, when invoked on "tag" event.
#if: startsWith(github.event.ref, 'refs/tags')

0 comments on commit 61088b7

Please sign in to comment.