Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 12, 2024
1 parent 5123cec commit 22e6883
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
- name: Set version outputs
id: set-versions
run: |
echo otc_version="$(cat artifacts/otc-version.txt)" >> $GITHUB_OUTPUT
echo otc_build_number="$(cat artifacts/otc-build-number.txt)" >> $GITHUB_OUTPUT
echo otc_sumo_version="$(cat artifacts/otc-sumo-version.txt)" >> $GITHUB_OUTPUT
otc_version="$(cat artifacts/otc-version.txt)"
otc_build_number="$(cat artifacts/otc-build-number.txt)"
otc_sumo_version="$(cat artifacts/otc-sumo-version.txt)"
echo otc_version="${otc_version}" >> $GITHUB_OUTPUT
echo otc_build_number="${otc_build_number}" >> $GITHUB_OUTPUT
echo otc_sumo_version="${otc_sumo_version}" >> $GITHUB_OUTPUT
echo package_version="${otc_version}-${otc_build_number}" >> $GITHUB_OUTPUT
echo binary_version="${otc_version}-sumo-${otc_sumo_version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 22e6883

Please sign in to comment.