Skip to content

Commit

Permalink
Output var test.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Sep 10, 2024
1 parent f80b4ff commit 5b4cdc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ jobs:
- name: Set output
if: matrix.output-id != ''
run: |
echo "${PACKAGE_NAME} | $GITHUB_OUTPUT "
echo testvar=testvarVal >> "$GITHUB_OUTPUT"
echo ${{ matrix.output-id }}=${PACKAGE_NAME} >> "$GITHUB_OUTPUT"
- name: Get release
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down Expand Up @@ -587,6 +589,7 @@ jobs:
rm -r ./cutter-src-tmp/cutter-deps/python/
cp -r ./cutter-src-tmp/cutter-deps .
rm -r cutter-src-tmp
echo "output!!!!!!!!! ${{ needs.build.outputs.testvar }} "
echo "output!!!!!!!!! ${{ needs[matrix.artifact-job].outputs[matrix.artifact-output] }} | ${{ matrix.artifact-output }} | ${{ needs[matrix.artifact-job].outputs }} | ${{ needs.build.outputs.artifact_macos }} "
ls -alh
pwd
Expand Down

0 comments on commit 5b4cdc5

Please sign in to comment.