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 f6b3937 commit 45595c0Copy full SHA for 45595c0
.github/workflows/publish.yml
@@ -127,6 +127,12 @@ jobs:
127
name: gitmastery-${{ env.VERSION }}-linux-amd64
128
path: gitmastery-${{ env.VERSION }}-amd64/
129
130
+ - name: Create upstream tarball .orig.tar.gz
131
+ run: |
132
+ # Create .orig.tar.gz file
133
+ tar -cvf gitmastery-${VERSION}-amd64.orig.tar.gz gitmastery-${VERSION}-amd64/gitmastery-${VERSION}-linux-amd64
134
+ tree
135
+
136
- name: Generate Debian packaging files
137
working-directory: gitmastery-${{ env.VERSION }}-amd64
138
# TODO: Update to something agnostic
0 commit comments