Skip to content

Commit ea21f30

Browse files
committed
Fix workflow build
1 parent 5892baf commit ea21f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: startsWith(github.ref, 'refs/tags/')
6666
with:
6767
files: |
68-
${{ needs.build.outputs.unitypackage_file }}
68+
${{ steps.variables.outputs.unitypackage_file }}
6969
generate_release_notes: true
7070
draft: true
7171

0 commit comments

Comments
 (0)