Skip to content

Commit

Permalink
Move platform tag to end of filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed May 26, 2019
1 parent 521a75c commit 36ac9c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ after_build:
- if [%COMPILER%] == [mingw] cp C:\SDL2_mixer-%SDL2_MIXER_VERSION%\i686-w64-mingw32\bin\SDL2_mixer.dll .
- dir
- set /P DEPLOY_VERSION=<C:\projects\julius\res\version.txt
- 7z a C:\projects\julius\julius-windows-%DEPLOY_VERSION%.zip julius.exe SDL2.dll SDL2_mixer.dll
- 7z a C:\projects\julius\julius-%DEPLOY_VERSION%-windows.zip julius.exe SDL2.dll SDL2_mixer.dll

cache:
- SDL2-devel-%SDL2_VERSION%-mingw.tar.gz
Expand All @@ -62,7 +62,7 @@ cache:
artifacts:
- path: build\julius.exe
name: julius
- path: julius-windows-$(DEPLOY_VERSION).zip
- path: julius-$(DEPLOY_VERSION)-windows.zip
name: julius-dist

before_deploy:
Expand Down
6 changes: 3 additions & 3 deletions .ci_scripts/bintray_conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat > "bintray.json" <<EOF
"files": [
{
"includePattern": "${build_dir}/julius.dmg",
"uploadPattern": "julius-mac-$VERSION.dmg"
"uploadPattern": "julius-$VERSION-mac.dmg"
}
],
Expand Down Expand Up @@ -53,7 +53,7 @@ cat > "bintray.json" <<EOF
"files": [
{
"includePattern": "${build_dir}/julius.vpk",
"uploadPattern": "julius-vita-$VERSION.vpk"
"uploadPattern": "julius-$VERSION-vita.vpk"
}
],
Expand Down Expand Up @@ -81,7 +81,7 @@ cat > "bintray.json" <<EOF
"files": [
{
"includePattern": "${build_dir}/julius_switch.zip",
"uploadPattern": "julius-switch-$VERSION.zip"
"uploadPattern": "julius-$VERSION-switch.zip"
}
],
Expand Down

0 comments on commit 36ac9c5

Please sign in to comment.