Skip to content

Commit 0cd5304

Browse files
committed
Fix tar
1 parent 995c769 commit 0cd5304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Create upstream tarball .orig.tar.gz
131131
run: |
132132
# Create .orig.tar.gz file
133-
tar -cvf gitmastery_${VERSION}.orig.tar.gz gitmastery-${VERSION}-amd64/gitmastery-${VERSION}-linux-amd64
133+
tar -czf gitmastery_${VERSION}.orig.tar.gz gitmastery-${VERSION}-amd64/gitmastery-${VERSION}-linux-amd64
134134
tree
135135
136136
- name: Generate Debian packaging files

0 commit comments

Comments
 (0)