Skip to content

Commit 7478c9c

Browse files
authored
Update release.yaml
1 parent 1a4e983 commit 7478c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Create .tgz tarball of the package folder
3333
- name: Pack UPM package
3434
run: |
35-
tar -czf "../${{ steps.pkg.outputs.pkg_filename }}" *
35+
tar -czf "${{ steps.pkg.outputs.pkg_filename }}" *
3636
3737
- name: Generate release notes
3838
run: |

0 commit comments

Comments
 (0)