Skip to content

Commit 36ac9c5

Browse files
committed
Move platform tag to end of filename
1 parent 521a75c commit 36ac9c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ after_build:
5151
- if [%COMPILER%] == [mingw] cp C:\SDL2_mixer-%SDL2_MIXER_VERSION%\i686-w64-mingw32\bin\SDL2_mixer.dll .
5252
- dir
5353
- set /P DEPLOY_VERSION=<C:\projects\julius\res\version.txt
54-
- 7z a C:\projects\julius\julius-windows-%DEPLOY_VERSION%.zip julius.exe SDL2.dll SDL2_mixer.dll
54+
- 7z a C:\projects\julius\julius-%DEPLOY_VERSION%-windows.zip julius.exe SDL2.dll SDL2_mixer.dll
5555

5656
cache:
5757
- SDL2-devel-%SDL2_VERSION%-mingw.tar.gz
@@ -62,7 +62,7 @@ cache:
6262
artifacts:
6363
- path: build\julius.exe
6464
name: julius
65-
- path: julius-windows-$(DEPLOY_VERSION).zip
65+
- path: julius-$(DEPLOY_VERSION)-windows.zip
6666
name: julius-dist
6767

6868
before_deploy:

.ci_scripts/bintray_conf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cat > "bintray.json" <<EOF
2525
"files": [
2626
{
2727
"includePattern": "${build_dir}/julius.dmg",
28-
"uploadPattern": "julius-mac-$VERSION.dmg"
28+
"uploadPattern": "julius-$VERSION-mac.dmg"
2929
}
3030
],
3131
@@ -53,7 +53,7 @@ cat > "bintray.json" <<EOF
5353
"files": [
5454
{
5555
"includePattern": "${build_dir}/julius.vpk",
56-
"uploadPattern": "julius-vita-$VERSION.vpk"
56+
"uploadPattern": "julius-$VERSION-vita.vpk"
5757
}
5858
],
5959
@@ -81,7 +81,7 @@ cat > "bintray.json" <<EOF
8181
"files": [
8282
{
8383
"includePattern": "${build_dir}/julius_switch.zip",
84-
"uploadPattern": "julius-switch-$VERSION.zip"
84+
"uploadPattern": "julius-$VERSION-switch.zip"
8585
}
8686
],
8787

0 commit comments

Comments
 (0)