From ff98ca911e084781b857096f99024906c55f7e2c Mon Sep 17 00:00:00 2001 From: aish-where-ya Date: Thu, 31 Aug 2023 21:46:47 -0400 Subject: [PATCH] where tar and env Signed-off-by: aish-where-ya --- .github/workflows/release-hello-world.yml | 1 + .github/workflows/release-kvcounter.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-hello-world.yml b/.github/workflows/release-hello-world.yml index 24dbf08..2930d5e 100644 --- a/.github/workflows/release-hello-world.yml +++ b/.github/workflows/release-hello-world.yml @@ -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 diff --git a/.github/workflows/release-kvcounter.yml b/.github/workflows/release-kvcounter.yml index 525acde..e80d171 100644 --- a/.github/workflows/release-kvcounter.yml +++ b/.github/workflows/release-kvcounter.yml @@ -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