We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36159c6 commit 4155bcdCopy full SHA for 4155bcd
.github/workflows/build-release.yml
@@ -35,7 +35,7 @@ jobs:
35
# tar.gz
36
- name: Create tar.gz
37
run: |
38
- tar -czvf weave_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz build/${{ matrix.goos }}_${{ matrix.goarch }}/weave
+ tar -czvf weave_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C build/${{ matrix.goos }}_${{ matrix.goarch }} weave
39
40
- name: Upload binaries as artifacts
41
uses: actions/upload-artifact@v3
0 commit comments