Skip to content

Commit bf5e9dc

Browse files
committed
Added quotes on release tar file name
1 parent 10cc885 commit bf5e9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Repack the package removing parent folder
4343
env:
4444
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
45+
run: tar -C package -czf "node-${{ matrix.node-version }}-fractal-web-${GITHUB_REF_NAME}.tar.gz" build package.json node_modules LICENSE
4646

4747
- name: Release
4848
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)