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 10cc885 commit bf5e9dcCopy full SHA for bf5e9dc
.github/workflows/github_release.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Repack the package removing parent folder
43
env:
44
GITHUB_REF_NAME: ${{ github.ref_name }}
45
- run: tar -C package -czf node-${{ matrix.node-version }}-fractal-web-${GITHUB_REF_NAME}.tar.gz build package.json node_modules LICENSE
+ run: tar -C package -czf "node-${{ matrix.node-version }}-fractal-web-${GITHUB_REF_NAME}.tar.gz" build package.json node_modules LICENSE
46
47
- name: Release
48
uses: softprops/action-gh-release@v2
0 commit comments