Skip to content

Commit 45595c0

Browse files
committed
Generate upstream tarball
1 parent f6b3937 commit 45595c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ jobs:
127127
name: gitmastery-${{ env.VERSION }}-linux-amd64
128128
path: gitmastery-${{ env.VERSION }}-amd64/
129129

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+
130136
- name: Generate Debian packaging files
131137
working-directory: gitmastery-${{ env.VERSION }}-amd64
132138
# TODO: Update to something agnostic

0 commit comments

Comments
 (0)