Skip to content

Commit

Permalink
fix release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weidows committed Nov 2, 2023
1 parent 8b1cfc5 commit 526fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz"
project_path: ./cmd/common-starter ./cmd/dsg ./cmd/gmm ./cmd/subdir-extracter
asset_name: wutils-cli
asset_name: wutils-cli-${{ matrix.goos }}-${{ matrix.goarch }}
# extra_files: LICENSE README.md
extra_files: README.md
# build_command: make DEST=${BUILD_ARTIFACTS_FOLDER}
Expand Down

0 comments on commit 526fdf7

Please sign in to comment.