Skip to content

Commit

Permalink
Add printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 16, 2024
1 parent a0d00bf commit b86da71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
permissions:
id-token: write
contents: read
# outputs:
# wheel: ${{ steps.build_and_upload.outputs.wheel }}

outputs:
wheel: ${{ steps.build_and_upload.outputs.wheel }}

steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -60,5 +64,6 @@ jobs:
for file in ~/target/wheels/*.whl; do
aws s3 cp $file s3://github-actions-artifacts-bucket/builds/${{ github.sha }}/${{ inputs.commit }}/ --acl public-read --no-progress;
file_basename=$(basename $file)
echo $file_basename
echo "wheel=$file_basename" >> "$GITHUB_OUTPUT"
done

0 comments on commit b86da71

Please sign in to comment.