Skip to content

Commit

Permalink
fix: move the outputs to the correct place and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Nov 9, 2023
1 parent f1929eb commit 3f51c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
build_type: Release
retention: 30
upload_artifacts: true
outputs:
binary-artifact: ${{ steps.build.output-artifacts.binary }}

# # Then, we build and test using all licenses included proprietary ones
# build-proprietary:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ env:
jobs:
build:
outputs:
test-artifact: ${{ steps.artifact_outputs.test }}
options-artifact: ${{ steps.artifact_outputs.options }}
binary-artifact: ${{ steps.artifact_outputs.binary }}
package-artifact: ${{ steps.artifact_outputs.package }}
library-artifact: ${{ steps.artifact_outputs.library }}
test-artifact: ${{ steps.output-artifacts.test }}
options-artifact: ${{ steps.output-artifacts.options }}
binary-artifact: ${{ steps.output-artifacts.binary }}
package-artifact: ${{ steps.output-artifacts.package }}
library-artifact: ${{ steps.output-artifacts.library }}
name: Build SHOT
runs-on: [ self-hosted, linux, cmake ]

Expand Down

0 comments on commit 3f51c66

Please sign in to comment.