Skip to content

Commit

Permalink
Managed by Terraform: Update build-and-persist-plugin-binary github a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
nywilken committed May 7, 2024
1 parent 5dc2c5a commit 5fb2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-persist-plugin-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: "GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ."
shell: bash
- run: zip ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }}
Expand Down

0 comments on commit 5fb2e3e

Please sign in to comment.