We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5892baf commit ea21f30Copy full SHA for ea21f30
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
if: startsWith(github.ref, 'refs/tags/')
66
with:
67
files: |
68
- ${{ needs.build.outputs.unitypackage_file }}
+ ${{ steps.variables.outputs.unitypackage_file }}
69
generate_release_notes: true
70
draft: true
71
0 commit comments