Skip to content

Commit

Permalink
where tar and env
Browse files Browse the repository at this point in the history
Signed-off-by: aish-where-ya <[email protected]>
  • Loading branch information
aish-where-ya committed Sep 1, 2023
1 parent 325e433 commit ff98ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
working-directory: ${{ env.working-directory }}
- name: Determine actor name
run: |
find *
echo "actor-name=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[].name')" >> $GITHUB_ENV
working-directory: ${{ env.working-directory }}/hello
- name: Determine actor version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-kvcounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
working-directory: ${{ env.working-directory }}
- name: Determine actor name
run: |
find *
echo "actor-name=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[].name')" >> $GITHUB_ENV
working-directory: ${{ env.working-directory }}/kvcounter
- name: Determine actor version
Expand Down

0 comments on commit ff98ca9

Please sign in to comment.