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 306cadd commit 5ff0e0d
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

- name: Validate artifact
run: ls lib/api/functions/out -la

- name: Generate Configuration file
run: echo "${DEPLOY_CONFIG}" > ./bin/config.json
Expand Down

0 comments on commit 5ff0e0d

Please sign in to comment.