Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk committed Aug 31, 2024
1 parent 82e0fa1 commit 8aae955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.22.2'

- name: 构建
run: go build -v ./app.go
run: go build -v ./app.go version/forge.go

- name: capture build artifacts
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
check-latest: true

- name: Build
run: go build -o dist/${{ env.BUILD_NAME }} app.go && ls dist
run: go build -o dist/${{ env.BUILD_NAME }} app.go version/forge.go && ls dist

- name: Get version
id: get_version
Expand Down

0 comments on commit 8aae955

Please sign in to comment.