Skip to content

Commit

Permalink
use full path for s3 uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 6, 2024
1 parent d3c2539 commit 81999b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_reusable_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,11 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PACKAGE_PATH: ${{ steps.build.outputs.package_path }}
PKG_PATH: ${{ steps.build.outputs.package_path }}
PKG_NAME: ${{ steps.build.outputs.package_filename }}
S3_BUCKET: sumologic-osc-ci-builds
run: |
aws.exe s3 cp $PACKAGE_PATH s3://${S3_BUCKET}/${OTC_VERSION}/
aws.exe s3 cp $PKG_PATH s3://${S3_BUCKET}/${OTC_VERSION}/${PKG_NAME}
test_wixext:
name: Test (SumoLogic.wixext)
Expand Down

0 comments on commit 81999b8

Please sign in to comment.