Testing build artifact push

This commit is contained in:
Matthew Budd 2020-06-16 09:12:55 -04:00
parent 88e0c838e2
commit d094891bb4
2 changed files with 4 additions and 1 deletions

View File

@ -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";

View File

@ -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