We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b54536 commit e98939aCopy full SHA for e98939a
1 file changed
.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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
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