We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c769 commit 0cd5304Copy full SHA for 0cd5304
.github/workflows/publish.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: Create upstream tarball .orig.tar.gz
131
run: |
132
# Create .orig.tar.gz file
133
- tar -cvf gitmastery_${VERSION}.orig.tar.gz gitmastery-${VERSION}-amd64/gitmastery-${VERSION}-linux-amd64
+ tar -czf gitmastery_${VERSION}.orig.tar.gz gitmastery-${VERSION}-amd64/gitmastery-${VERSION}-linux-amd64
134
tree
135
136
- name: Generate Debian packaging files
0 commit comments