Skip to content

Commit

Permalink
download frontend files
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed May 7, 2024
1 parent a65b5e3 commit ef5ca64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-gocert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: |
npm install
npm run build
- name: Upload frontend files
uses: actions/upload-artifact@v4
with:
name: frontend-static-files
path: out

go-build:
runs-on: ubuntu-latest
needs: [nextjs-build]
Expand All @@ -28,5 +34,10 @@ jobs:
with:
go-version-file: "go.mod"

- name: Download frontend files
uses: actions/download-artifact@v4
with:
name: frontend-static-files
path: ui
- name: Build
run: go build ./...

0 comments on commit ef5ca64

Please sign in to comment.