Skip to content

Commit 4155bcd

Browse files
committed
fix: ci: tar without folders
1 parent 36159c6 commit 4155bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# tar.gz
3636
- name: Create tar.gz
3737
run: |
38-
tar -czvf weave_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz build/${{ matrix.goos }}_${{ matrix.goarch }}/weave
38+
tar -czvf weave_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C build/${{ matrix.goos }}_${{ matrix.goarch }} weave
3939
4040
- name: Upload binaries as artifacts
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)