Skip to content

Commit

Permalink
getting goreleaser to run in tau
Browse files Browse the repository at this point in the history
  • Loading branch information
samyfodil committed Jul 17, 2024
1 parent 3247369 commit 3c3185a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
working-directory: tau
with:
version: latest
args: release --config ${{ matrix.config }}
args: release --config ../${{ matrix.config }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ release:

builds:
- id: "darwin"
main: "./tau/tools/dream/main.go"
main: "./tools/dream/main.go"
binary: "dream"
goos:
- darwin
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ release:

builds:
- id: "linux"
main: "./tau/tools/dream/main.go"
main: "./tools/dream/main.go"
binary: "dream"
goos:
- linux
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ release:

builds:
- id: "windows"
main: "./tau/tools/dream/main.go"
main: "./tools/dream/main.go"
binary: "dream"
goos:
- windows
Expand Down
Binary file added images/dream-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dream-logo-box-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/web-console-branch-selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/web-console-fix-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/web-console-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c3185a

Please sign in to comment.