Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
AbdhilahiRWabwire committed Jan 8, 2025
1 parent a68ad8c commit bc7fcc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
branches: [ "main" ]

schedule:
- cron: "30 03 * * 1-5"
- cron: "30 03 * * 6"

jobs:
build:
@@ -23,5 +23,8 @@ jobs:
with:
go-version: '1.20'

- name: Tidy Package
run: cd ./server && go mod tidy

- name: Build Package
run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go

0 comments on commit bc7fcc1

Please sign in to comment.