Skip to content

Commit

Permalink
Fixed missing version subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytaxii committed Jan 12, 2025
1 parent f0deb9b commit 7555f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- arm64
steps:
- uses: actions/checkout@v4
- name: Get short commit hash
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: '1.21'
Expand All @@ -30,7 +32,7 @@ jobs:
goversion: "1.21"
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
ldflags: "-s -w"
ldflags: "-s -w -X 'main.AppVersion=${{ env.COMMIT_HASH }}'"
compress_assets: OFF
project_path: ./cmd/faust
binary_name: faust
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Faust ![CI Status](https://github.com/crazytaxii/faust/actions/workflows/ci.yaml/badge.svg)
# faust ![CI Status](https://github.com/crazytaxii/faust/actions/workflows/ci.yaml/badge.svg)

Faust 是一款将本地图片上传至七牛云对象存储的小工具。目前支持:
faust 是一款将本地图片上传至*七牛云对象存储*的小工具。目前支持:

- jpg
- png
Expand Down

0 comments on commit 7555f98

Please sign in to comment.