We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4e983 commit 7478c9cCopy full SHA for 7478c9c
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
# Create .tgz tarball of the package folder
33
- name: Pack UPM package
34
run: |
35
- tar -czf "../${{ steps.pkg.outputs.pkg_filename }}" *
+ tar -czf "${{ steps.pkg.outputs.pkg_filename }}" *
36
37
- name: Generate release notes
38
0 commit comments