Skip to content

Commit f9bfe85

Browse files
committed
release workflow
1 parent 0f5db3b commit f9bfe85

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
with:
2727
version: latest
2828
args: release --rm-dist
29+
workdir: ./cmd
2930
env:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

main.go cmd/memplot.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"flag"
66
"fmt"
7-
"github.com/0x0f0f0f/memplot/memplot"
7+
"github.com/0x0f0f0f/memplot"
88
"gonum.org/v1/plot/vg"
99
"os"
1010
"time"

memplot/memplot.go memplot.go

File renamed without changes.

0 commit comments

Comments
 (0)