Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
hexahigh committed Apr 5, 2024
1 parent bb53d97 commit b74982c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: 1.22

- name: Build
run: go build -v -o backend ./backend
run: cd backend && go build -v -o backend

- name: Print license
run: ./backend -l
run: cd backend && ./backend -l

0 comments on commit b74982c

Please sign in to comment.