File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 - name : Upload artifact
7272 uses : actions/upload-artifact@v4
7373 with :
74- name : ${{ env.ASSET_NAME }} # Use the compressed archive name as artifact name
75- path : ${{ env.ASSET_PATH }} # Upload the compressed archive
76- retention-days : 1 # Keep artifact only for a short time
74+ name : ${{ env.ASSET_NAME }}
75+ path : ${{ env.ASSET_PATH }}
76+ retention-days : 1
7777
7878 release :
7979 name : Create GitHub Release
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222)
2323
2424const (
25- DbqCtlVersion = "v0.0.4 "
25+ DbqCtlVersion = "v0.0.5 "
2626)
2727
2828func NewVersionCommand () * cobra.Command {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 gopkg.in/yaml.v3 v3.0.1
1111)
1212
13- replace github.com/DataBridgeTech/dbqcore => ../dbqcore
13+ // replace github.com/DataBridgeTech/dbqcore => ../dbqcore
1414
1515require (
1616 github.com/ClickHouse/ch-go v0.65.1 // indirect
You can’t perform that action at this time.
0 commit comments