summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/upload.sh
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-10-24 20:46:15 +0200
committerJames Rowe <jroweboy@gmail.com>2019-10-24 20:46:15 +0200
commit969f0afa4e8da7d92462105ed34ccd6da87130d5 (patch)
tree259446ffaf570b2bd2cc78c1b4615b0de6e1fb8d /.ci/scripts/windows/upload.sh
parentMerge pull request #3028 from lioncash/constexpr (diff)
downloadyuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.gz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.bz2
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.lz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.xz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.zst
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.zip
Diffstat (limited to '.ci/scripts/windows/upload.sh')
-rw-r--r--.ci/scripts/windows/upload.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/.ci/scripts/windows/upload.sh b/.ci/scripts/windows/upload.sh
index 3f5794ae6..de73d3541 100644
--- a/.ci/scripts/windows/upload.sh
+++ b/.ci/scripts/windows/upload.sh
@@ -5,10 +5,9 @@
REV_NAME="yuzu-windows-mingw-${GITDATE}-${GITREV}"
ARCHIVE_NAME="${REV_NAME}.tar.gz"
COMPRESSION_FLAGS="-czvf"
-DIR_NAME="${REV_NAME}_${RELEASE_NAME}"
-mkdir "$DIR_NAME"
+mkdir "$REV_NAME"
# get around the permission issues
-cp -r package/* "$DIR_NAME"
+cp -r package/* "$REV_NAME"
. .ci/scripts/common/post-upload.sh