File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171
7272 - name : Build source bundle
7373 shell : bash
74- run : ./scripts/linux/script.sh --source --gitref ${GITHUB_REF}
74+ run : ./scripts/linux/script.sh --source --gitref ${GITHUB_REF} --version ${GITHUB_RUN_ATTEMPT}
7575
7676 - name : Import signing keys
7777 id : keys
@@ -109,7 +109,7 @@ jobs:
109109
110110 PACKAGE_SOURCE_NAME=$(dpkg-parsechangelog -l mozillavpn-source/debian/changelog -S Source)
111111 PACKAGE_BASE_VERSION=$(dpkg-parsechangelog -l mozillavpn-source/debian/changelog -S Version)
112- PACKAGE_DIST_VERSION=${PACKAGE_BASE_VERSION}-${dist}1
112+ PACKAGE_DIST_VERSION=${PACKAGE_BASE_VERSION}-${dist}${GITHUB_RUN_ATTEMPT}
113113
114114 dch -c $(pwd)/mozillavpn-source/debian/changelog -v ${PACKAGE_DIST_VERSION} -D ${dist} "Release for ${dist}"
115115 (cd mozillavpn-source && dpkg-buildpackage --build=source --sign-key=$KEYID -sa --no-check-builddeps)
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ rm -rf $WORKDIR/linux/debian || die "Failed"
152152print G " done."
153153
154154printn Y " Archiving the source code... "
155- TAR_OPTIONS=" --mtime=$( git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name"
155+ TAR_OPTIONS=" --mtime=$( git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name --format=gnu "
156156LC_ALL=C tar cfz mozillavpn_$SHORTVERSION .orig.tar.gz $TAR_OPTIONS $WORKDIR || die " Failed"
157157print G " done."
158158
You can’t perform that action at this time.
0 commit comments