Skip to content

Commit

Permalink
sb
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk committed Aug 23, 2024
1 parent 19e0e66 commit df21350
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 @@ -51,7 +51,7 @@ jobs:
check-latest: true

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

- name: Get version
id: get_version
Expand Down

0 comments on commit df21350

Please sign in to comment.