Skip to content

Commit

Permalink
Try rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chainlink committed Jan 17, 2025
1 parent d9227fa commit edd268e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/jobs_release_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@ jobs:
with:
version: v2.0.0

- name: Truncate commit SHA
run: echo "GITHUB_SHA_SHORT=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV

- name: Zip Evaluator
run: |
cd lumigator/python/mzai/jobs/
zip -r evaluator.zip evaluator
zip -r ${{ format('evaluator_{0}.zip', env.GITHUB_SHA_SHORT) }} evaluator
ls
# Set Region and endpoint
#- name: Sync files
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# run: |
# s5cmd sync 'static/*' 's3://bucket/prefix/'

0 comments on commit edd268e

Please sign in to comment.