Skip to content

Commit

Permalink
set the env in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 15, 2024
1 parent a3a1f35 commit 952d711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mac-release.yml
Expand Up @@ -77,6 +77,8 @@ jobs:
# This makes the distribution and tests it, but assumes by the time we
# got here, everything else was already tested.
- name: Create distro
env:
RELEASE_ACTION: 1
run: |
perl Makefile.PL
make dist 2>/dev/null | grep Created | awk '{ print "ASSET_NAME=" $2 }' >> $GITHUB_ENV
Expand Down

0 comments on commit 952d711

Please sign in to comment.