Skip to content

Commit

Permalink
WIP: CI: Add GitHub Action to Build Commits #40
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 14, 2024
1 parent c3e1392 commit 422f6e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-on-every-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: built-project
path: |
lib/api/functions/out/*
lib/user-interface/genai-newsletter-ui/dist/*
- name: Generate Configuration file
run: echo "${DEPLOY_CONFIG}" > ./bin/config.json
Expand Down

0 comments on commit 422f6e3

Please sign in to comment.