Skip to content

Commit 3ca19c1

Browse files
authored
Configure the release (#734)
1 parent e3f2800 commit 3ca19c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Vic2ToHoI4/Data_Files/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info
22

3-
version = "0.2M-prerelease"
3+
version = "0.2M"
44
name = "Mussolini"
55
descriptionLine = "compatible with 1.9.3"

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ test_script:
1717
(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
1818
artifacts:
1919
- path: Release
20-
name: Vic2ToHoI4-0.2Mussolini-prerelease
20+
name: Vic2ToHoI4-0.2Mussolini
2121
deploy:
2222
- provider: GitHub
23-
release: windows_development_build
23+
release: 0.2Mussolini
2424
description: The most recent build of the development version
2525
auth_token:
2626
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
2727
repository: ParadoxGameConverters/Vic2ToHoI4
28-
artifact: Vic2ToHoI4-0.2Mussolini-prerelease
28+
artifact: Vic2ToHoI4-0.2Mussolini
2929
prerelease: true
3030
force_update: true

0 commit comments

Comments
 (0)