Skip to content

Commit

Permalink
update artifacts workflow to embed web files
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Feb 18, 2022
1 parent 16b0b8e commit 99f6fa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/artifacts-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
backend:
name: Build Backend Artifacts
runs-on: ubuntu-latest
needs:
- frontend
strategy:
matrix:
goos:
Expand All @@ -51,6 +53,11 @@ jobs:
go-version: '1.18rc1'
- name: Check out code
uses: actions/checkout@v2
- name: Retrieve frontend files
uses: actions/download-artifact@v2
with:
name: frontend
path: internal/util/embedded/webdist
- name: Get dependencies
run: go get -v ./...
- name: Populate info embeds
Expand Down

0 comments on commit 99f6fa7

Please sign in to comment.