Skip to content

Commit

Permalink
Fix the paths since they are relative to the workplace.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Apr 11, 2023
1 parent 1067892 commit 83ec5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
release-type: program
release-docker: true
release-docker-extras: |
./program/main.go
main.go
secrets: inherit

program-tag:
Expand All @@ -97,8 +97,8 @@ jobs:
release-docker-major: true
release-docker-minor: true
release-docker-extras: |
./program/main.go
./program/go.mod
main.go
go.mod
secrets: inherit


Expand Down

0 comments on commit 83ec5d5

Please sign in to comment.