We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab61d97 commit c71e625Copy full SHA for c71e625
.github/actions/build-and-persist-plugin-binary/action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: composite
12
steps:
13
- - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
- run: "GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ."
15
shell: bash
16
- run: zip ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
0 commit comments