Skip to content

Commit

Permalink
Using proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
junaid18183 committed Nov 4, 2024
1 parent dd1b4ad commit 6e63831
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ jobs:
cd charts/enbuild
helm dependency build
cd ../../
.github/scripts/create_haul_file.sh ${{ steps.new_version_var.outputs.new_version }} charts/enbuild
/usr/local/bin/hauler store sync -f "/tmp/enbuild_${{ steps.new_version_var.outputs.new_version }}_haul.yaml"
/usr/local/bin/hauler store save --filename enbuild-${{ steps.new_version_var.outputs.new_version }}.tar.zst
.github/scripts/create_haul_file.sh ${{ steps.get_current_var.outputs.current_version }} charts/enbuild
/usr/local/bin/hauler store sync -f "/tmp/enbuild_${{ steps.get_current_var.outputs.current_version }}_haul.yaml"
/usr/local/bin/hauler store save --filename enbuild-${{ steps.get_current_var.outputs.current_version }}.tar.zst
# Upload the tar file to AWS S3
- name: Upload to S3
uses: keithweaver/aws-s3-github-action@v1.0.0
with:
command: cp
source: enbuild-${{ steps.new_version_var.outputs.new_version }}.tar.zst
destination: s3://enbuild-haul/enbuild-${{ steps.new_version_var.outputs.new_version }}.tar.zst
source: enbuild-${{ steps.get_current_var.outputs.current_version }}.tar.zst
destination: s3://enbuild-haul/enbuild-${{ steps.get_current_var.outputs.current_version }}.tar.zst
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_DEFAULT_REGION }}
aws_region: ${{ secrets.AWS_DEFAULT_REGION }}

0 comments on commit 6e63831

Please sign in to comment.