Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk committed Aug 23, 2024
1 parent e38f7cb commit b764d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
check-latest: true

- name: Build
run: go build -o ./dist app.go
run: go build -o ./dist/${{ build_name }} app.go

- name: Get version
id: get_version
Expand Down

0 comments on commit b764d8c

Please sign in to comment.