Skip to content

Commit

Permalink
Add upload option to checksum upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Sep 20, 2024
1 parent 5205f0c commit 618df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Puppet_module_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: aws s3 cp ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_NAME }} s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.S3_PATH }}

- name: Create checksum file and upload
if: ${{ inputs.checksum == true }}
if: ${{ inputs.checksum == true && inputs.upload == true }}
run: |
aws s3 cp ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_NAME }}.sha512 s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.S3_PATH }}

0 comments on commit 618df92

Please sign in to comment.