Skip to content

Commit

Permalink
Update release.yml - fix version env var set
Browse files Browse the repository at this point in the history
  • Loading branch information
momo-the-monster committed Jul 27, 2023
1 parent 3f0cde2 commit a2962b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "zipFile=${{ env.packageName }}-${{ steps.version.outputs.value }}".zip >> $GITHUB_ENV
echo "unityPackage=${{ env.packageName }}-${{ steps.version.outputs.value }}.unitypackage" >> $GITHUB_ENV
echo "version=${{ steps.version.outputs.value }} >> $GITHUB_ENV"
echo "version=${{ steps.version.outputs.value }}" >> $GITHUB_ENV
- name: Create Zip
uses: thedoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
Expand Down

0 comments on commit a2962b3

Please sign in to comment.