File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Upload
3030 uses : bacongobbler/azure-blob-storage-upload@main
3131 with :
32- source_dir : bin
32+ source_dir : node-driver-registrar/ bin
3333 container_name : releases
3434 connection_string : ${{ secrets.AzureStorageConnectionString }}
3535 sync : false
@@ -45,11 +45,11 @@ jobs:
4545 GOOS : linux
4646 run : |
4747 cd external-provisioner
48- go build -a -ldflags ' -X main.version=${{ github.event.inputs.provisioner-version }} -extldflags "-static"' -o ./bin/csi-provisioner-linux ./cmd/csi-provisioner`
48+ go build -a -ldflags ' -X main.version=${{ github.event.inputs.provisioner-version }} -extldflags "-static"' -o ./bin/csi-provisioner-linux ./cmd/csi-provisioner
4949 - name : Upload
5050 uses : bacongobbler/azure-blob-storage-upload@main
5151 with :
52- source_dir : bin
52+ source_dir : external-provisioner/ bin
5353 container_name : releases
5454 connection_string : ${{ secrets.AzureStorageConnectionString }}
5555 sync : false
You can’t perform that action at this time.
0 commit comments