File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ jobs:
8686 CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -X github.com/mkmccarty/TokenTimeBoostBot/version.GitHash=$(git describe --tags --always --long --dirty)" -o output/freebsd/boostbot-$VERSION-freebsd-amd64
8787 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -X github.com/mkmccarty/TokenTimeBoostBot/version.GitHash=$(git describe --tags --always --long --dirty)" -o output/linux/boostbot-$VERSION-linux-amd64
8888 - name : Upload linux
89- uses : actions/upload-artifact@main
89+ uses : actions/upload-artifact@v4
9090 with :
9191 name : boostbot-linux
9292 path : output/linux
9393 - name : Upload freebsd
94- uses : actions/upload-artifact@main
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : boostbot-freebsd
9797 path : output/freebsd
You can’t perform that action at this time.
0 commit comments