File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
.github/actions/build-and-persist-plugin-binary Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ inputs:
10
10
runs :
11
11
using : composite
12
12
steps :
13
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
14
- - run : " GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ."
15
- shell : bash
16
- - run : zip ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
17
- shell : bash
18
- - run : rm ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
19
- shell : bash
20
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
21
- with :
22
- name : " packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
23
- path : " pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
24
- retention-days : 30
13
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
14
+ - run : " GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ."
15
+ shell : bash
16
+ - run : zip ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
17
+ shell : bash
18
+ - run : rm ./pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
19
+ shell : bash
20
+ - uses : actions/upload-artifact@v4
21
+ with :
22
+ name : " packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
23
+ path : " pkg/packer_plugin_parallels_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip"
24
+ retention-days : 30
You can’t perform that action at this time.
0 commit comments