Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed May 7, 2024
1 parent ef5ca64 commit 87f411f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-gocert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run:
working-directory: ui
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use npm
uses: actions/setup-node@v4

Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: frontend-static-files
path: out
path: ui/out

go-build:
runs-on: ubuntu-latest
Expand All @@ -38,6 +38,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: frontend-static-files
path: ui
path: ui/out
- name: Build
run: go build ./...

0 comments on commit 87f411f

Please sign in to comment.