Skip to content

Commit

Permalink
output dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Acetolyne committed Jan 4, 2024
1 parent 9e00d66 commit 65f9f5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 65f9f5c

Please sign in to comment.