Commit cda14d5b4ccb446fef91dcf2f6c7270598c3afda
Committed by
GitHub
1 parent
d9ce6084
Exists in
develop
Update ci-build.sh
Using ${MINGW_PACKAGE_PREFIX} for artifact name.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/ci-build.sh
... | ... | @@ -28,7 +28,7 @@ make clean > $LOGFILE 2>&1 || die "Make clean failure" |
28 | 28 | make all > $LOGFILE 2>&1 || die "Make failure" |
29 | 29 | make DESTDIR=.bin/package install |
30 | 30 | |
31 | -tar --create --xz --file=mingw-lib3270.${MSYSTEM_CARCH}.tar.xz --directory=.bin/package --verbose . | |
31 | +tar --create --xz --file=${MINGW_PACKAGE_PREFIX}-lib3270.tar.xz --directory=.bin/package --verbose . | |
32 | 32 | |
33 | 33 | |
34 | 34 | ... | ... |