From 65f9f5cfda9a8ffdd3efbf07c39d6533b81b365e Mon Sep 17 00:00:00 2001 From: Jonathan Acetolyne Langlois Date: Wed, 3 Jan 2024 20:47:59 -0800 Subject: [PATCH] output dir contents --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index feb9102..d0729f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,8 +81,8 @@ # needs: [build] # runs-on: "ubuntu-latest" - # # env: - # # OUTPUT: ${{ needs.build.outputs.cache-key }} + # env: + # CACHE_KEY: ${{ env.CACHE_KEY }} # steps: - name: get-cache @@ -92,11 +92,11 @@ bin bin/* bin/flowcat-darwin-arm64/flowcat - key: ${{ env.CACHE_KEY }} + key: ${{ github.env.GITHUB_ENV.CACHE_KEY }} #key: test - name: "Determine tag" - run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV && echo \"${{ env.CACHE_KEY }}\"" + run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV\"" - name: "Create release" uses: "actions/github-script@v6"