Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd507f8

Browse files
committed
Fix publishing
1 parent 7c3904d commit fd507f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: bash
111111
run: |
112112
cd target/${{ matrix.target }}/release/
113-
tar czvf ../../../${{ matrix.target }} gping
113+
tar czvf ../../../${{ matrix.target }}.tar.gz gping
114114
cd -
115115
- name: Publish
116116
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)