Skip to content

Commit ddde45a

Browse files
committed
Alter appveyor for RedM menu builds
1 parent aa919da commit ddde45a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pull_requests:
22
do_not_increment_build_number: false
33
image: Visual Studio 2017
4-
configuration: Release FiveM
4+
configuration: Release RedM
55
before_build:
66
- nuget restore
77
build:
@@ -10,21 +10,21 @@ build:
1010
include_nuget_references: true
1111
verbosity: minimal
1212
after_build:
13-
- cmd: copy README.md .\MenuAPI\bin\Release\README.md
13+
- cmd: copy README.md '.\MenuAPI\bin\Release RedM\README.md'
1414
- cmd: if %APPVEYOR_REPO_TAG%==true (appveyor SetVariable -Name VERSION_NAME -Value %APPVEYOR_REPO_TAG_NAME%) else (appveyor SetVariable -Name VERSION_NAME -Value dev)
15-
- cmd: 7z a MenuAPI-%VERSION_NAME%.zip -r .\MenuAPI\bin\Release\*
15+
- cmd: 7z a MenuAPI-%VERSION_NAME%.zip -r '.\MenuAPI\bin\Release RedM\*'
1616
- cmd: appveyor PushArtifact MenuAPI-%VERSION_NAME%.zip
1717
deploy:
1818
- provider: GitHub
19-
release: "[Release] MenuAPI $(VERSION_NAME)"
19+
release: "[Release] MenuAPI $(VERSION_NAME) (RedM edition)"
2020
tag: $(VERSION_NAME)
2121
artifact: MenuAPI-$(VERSION_NAME).zip
2222
draft: false
23-
prerelease: false
23+
prerelease: true
2424
auth_token: $(github_auth)
2525
on:
2626
APPVEYOR_REPO_TAG: true
27-
description: "MenuAPI release, version $(VERSION_NAME). For a changelog check the [docs](https://docs.vespura.com/) or checkout the recent commits on GitHub."
27+
description: "MenuAPI (RedM edition) release, version $(VERSION_NAME). For a changelog check the [docs](https://docs.vespura.com/) or checkout the recent commits on GitHub."
2828
# before_build:
2929
# - ps: if($env:APPVEYOR_REPO_TAG -eq $True) {Invoke-RestMethod https://raw.githubusercontent.com/TomGrobbe/appveyor-discord-webhook/master/send.ps1 -o send.ps1; ./send.ps1 start $env:WEBHOOK_URL; rm send.ps1;}
3030
after_deploy:

0 commit comments

Comments
 (0)