File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ after_build:
51
51
- if [%COMPILER%] == [mingw] cp C:\SDL2_mixer-%SDL2_MIXER_VERSION%\i686-w64-mingw32\bin\SDL2_mixer.dll .
52
52
- dir
53
53
- 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
55
55
56
56
cache :
57
57
- SDL2-devel-%SDL2_VERSION%-mingw.tar.gz
62
62
artifacts :
63
63
- path : build\julius.exe
64
64
name : julius
65
- - path : julius-windows- $(DEPLOY_VERSION).zip
65
+ - path : julius-$(DEPLOY_VERSION)-windows .zip
66
66
name : julius-dist
67
67
68
68
before_deploy :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cat > "bintray.json" <<EOF
25
25
"files": [
26
26
{
27
27
"includePattern": "${build_dir} /julius.dmg",
28
- "uploadPattern": "julius-mac- $VERSION .dmg"
28
+ "uploadPattern": "julius-$VERSION -mac .dmg"
29
29
}
30
30
],
31
31
@@ -53,7 +53,7 @@ cat > "bintray.json" <<EOF
53
53
"files": [
54
54
{
55
55
"includePattern": "${build_dir} /julius.vpk",
56
- "uploadPattern": "julius-vita- $VERSION .vpk"
56
+ "uploadPattern": "julius-$VERSION -vita .vpk"
57
57
}
58
58
],
59
59
@@ -81,7 +81,7 @@ cat > "bintray.json" <<EOF
81
81
"files": [
82
82
{
83
83
"includePattern": "${build_dir} /julius_switch.zip",
84
- "uploadPattern": "julius-switch- $VERSION .zip"
84
+ "uploadPattern": "julius-$VERSION -switch .zip"
85
85
}
86
86
],
87
87
You can’t perform that action at this time.
0 commit comments