Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvio Fragata da Silva committed Mar 9, 2024
1 parent 08d4224 commit 4b73553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go get -v -u ./...
echo "go test for ${{ matrix.os }} and version ${{ matrix.go_version }}".
go test -v ./... -cover -race
go build -v -o ${{ github.workspace }}/dist/plex_exporter main.go
go build -v -o ${{ github.workspace }}/dist/adguardhome_exporter main.go
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4b73553

Please sign in to comment.