Skip to content

Commit

Permalink
workflow: release
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 5, 2024
1 parent b6e0086 commit 6b1f491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release

on:
release:
Expand All @@ -10,7 +10,7 @@ permissions:

jobs:
release:
name: release
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME = live-pprof
ENTRY = cmd/live-pprof/live-pprof.go
ENTRY = ./cmd/live-pprof/live-pprof.go

.PHONY: build

Expand Down

0 comments on commit 6b1f491

Please sign in to comment.