Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 31, 2024
1 parent d024335 commit 529b08e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
uses: ./.github/workflows/_reusable_build_package.yml
needs:
- determine_workflow
- determine_version
with:
otc_build_number: ${{ github.run_number }}
cmake_target: ${{ matrix.target }}
Expand Down Expand Up @@ -167,13 +166,12 @@ jobs:
runs-on: ubuntu-latest
needs:
- build_packages
- determine_version
permissions:
contents: write
if: inputs.release
env:
OTC_APP_VERSION: v${{ needs.determine_version.outputs.otc_version }}-sumo-${{ needs.determine_version.outputs.otc_sumo_version }}
RELEASE_TAG_NAME: v${{ needs.determine_version.outputs.otc_version }}-${{ github.run_number }}
OTC_APP_VERSION: v${{ needs.build_packages.outputs.otc_version }}-sumo-${{ needs.build_packages.outputs.otc_sumo_version }}
RELEASE_TAG_NAME: v${{ needs.build_packages.outputs.otc_version }}-${{ github.run_number }}
steps:
- name: Download all packages stored as artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -207,7 +205,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
name: v${{ needs.determine_version.outputs.otc_version }}-${{ github.run_number }}
name: v${{ needs.build_packages.outputs.otc_version }}-${{ github.run_number }}
commit: ${{ github.sha }}
tag: ${{ env.RELEASE_TAG_NAME }}

Expand Down

0 comments on commit 529b08e

Please sign in to comment.