Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix: set workdir to cli/zally when running goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bweben committed Aug 8, 2023
1 parent 205cb70 commit 8045c57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-zally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
version: latest
args: release --rm-dist
workdir: .
workdir: cli/zally
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions cli/zally/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ builds:
archives:
- id: main
format: tar.gz
replacements:
amd64: 64bit
darwin: macOS

0 comments on commit 8045c57

Please sign in to comment.