diff --git a/pipelines/debpkg.pl b/pipelines/debpkg.pl index 64c04735..e0960679 100755 --- a/pipelines/debpkg.pl +++ b/pipelines/debpkg.pl @@ -2,7 +2,7 @@ use strict; -my $VERSION="2.2.4"; +my $VERSION="2.2.3"; my $INSTALL_PREFIX="/tmp/fceux"; my $CTL_FILENAME="$INSTALL_PREFIX/DEBIAN/control"; my $ARCH="amd64"; diff --git a/pipelines/linux_build.sh b/pipelines/linux_build.sh index 5acd73b1..8a2f2024 100755 --- a/pipelines/linux_build.sh +++ b/pipelines/linux_build.sh @@ -112,3 +112,6 @@ echo '**************************************************************' echo 'Testing Install of Package' echo '**************************************************************' sudo dpkg -i /tmp/fceux-*.deb + +echo 'Pushing Debian Package to Build Artifacts' +appveyor PushArtifact /tmp/fceux-*.deb