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 b78d53c commit 9b63b32Copy full SHA for 9b63b32
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm run build
24
25
- name: Tar build
26
- run: cd dist && tar cvfz build.tar.gz *
+ run: cd dist && tar cvfz ../build.tar.gz *
27
28
- name: Make release
29
uses: ncipollo/release-action@v1
0 commit comments