Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Dec 15, 2023
1 parent 4500015 commit d0ab278
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ jobs:
needs: release-please
runs-on: ubuntu-latest
env:
myPath: "paths_released"
myPath: "${{ matrix.path }}--tag_name"
strategy:
matrix:
path: ${{ fromJSON(needs.release-please.outputs.pathsReleased) }}
steps:
- run: echo "here i am no"
- name: "upload build artifact to release"
env:
myPath: "${{ matrix.path }}--tag_name"
run: echo "${{ env.myPath }}"
- run: echo "here i am no"
# - run: "gh release upload ${{ steps.release.outputs.tag_name }} ./artifact/some-build-artifact.zip"
Expand Down

0 comments on commit d0ab278

Please sign in to comment.