Skip to content

Commit

Permalink
fix incorrect output & envvar names
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 dd13c3e commit 787856d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on:
outputs:
otc_version:
description: "The version of the package"
value: ${{ jobs.build_package.outputs.otc_version_number }}
value: ${{ jobs.build_package.outputs.otc_version }}
otc_build_number:
description: "The build number of the package"
value: ${{ jobs.build_package.outputs.otc_build_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true' && runner.os == 'Windows'
working-directory: install-script/test
env:
S3Bucket: sumologic-osc-ci-builds
S3_BUCKET: sumologic-osc-ci-builds
run: make test
75 changes: 0 additions & 75 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 787856d

Please sign in to comment.