Skip to content

Commit

Permalink
try it
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent bcca4f9 commit a86526e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
upload-build-artifacts:
needs: release-please
runs-on: ubuntu-latest
env:
myPath: "paths_released"
steps:
- run: echo "here i am no"
- name: foo
with:
releaseOutputs: ${{ fromJSON(needs.release-please.outputs.releaseOutputs) }}
run: echo "${{ toJSON(env.releaseOutputs) }}"
- run: echo "${{ fromJSON(needs.release-please.outputs.releaseOutputs)[env.myPath] }}"
# - run: "gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip"


Expand Down

0 comments on commit a86526e

Please sign in to comment.