Skip to content

Commit 4e8d5a3

Browse files
committed
UPBGE: Rename build artifacts to match platform
Rename: - `upbge.zip` into `windows-64-upbge.zip` - `upbge.tar.gz` into `ubuntu-16-04-upbge.tar.gz` This makes picking a binary easier from the GH releases. Signed-off-by: Paul Maréchal <[email protected]>
1 parent 2cebd7b commit 4e8d5a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ for:
3131
- cd c:\projects\upbge\sources
3232
- make release x64 builddir sources\build\upbge-release
3333
- cd c:\projects\upbge\sources\build\upbge-release\bin
34-
- 7z a upbge.zip Release
35-
- 7z rn upbge.zip Release upbge
34+
- 7z a windows-x64-upbge.zip Release
35+
- 7z rn windows-x64-upbge.zip Release upbge
3636

3737
artifacts:
38-
- path: build\upbge-release\bin\upbge.zip
38+
- path: build\upbge-release\bin\windows-x64-upbge.zip
3939

4040
- matrix:
4141
only:
@@ -61,10 +61,10 @@ for:
6161
- make -j3 1> /dev/null
6262
- make install
6363
- cd /projects/upbge/build
64-
- tar -cf upbge.tar.gz --directory upbge-release --transform s/^bin/upbge/ bin
64+
- tar -cf ubuntu-16-04-upbge.tar.gz --directory upbge-release --transform s/^bin/upbge/ bin
6565

6666
artifacts:
67-
- path: build/upbge.tar.gz
67+
- path: build/ubuntu-16-04-upbge.tar.gz
6868

6969
deploy:
7070
- provider: GitHub

0 commit comments

Comments
 (0)