separate logic into packages
This commit is contained in:
parent
71ab1c5e2c
commit
f46785b993
5 changed files with 54 additions and 16 deletions
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build
|
||||
run: go build -v .
|
||||
run: go build -o timetracker cmd/main.go
|
||||
|
||||
- name: Copy necessary files
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue