Skip to content

Commit

Permalink
Fixed build command
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 9687001 commit c7f64fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
CGO_ENABLED: 0
GOOS: linux
GOARCH: ${{ matrix.arch }}
run: go build -v . -o fritzbox-cloudflare-dyndns
run: go build -v -o fritzbox-cloudflare-dyndns .

- name: Tar up
uses: a7ul/[email protected]
Expand Down

0 comments on commit c7f64fd

Please sign in to comment.