Skip to content

Commit

Permalink
Configure the release (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Sep 22, 2020
1 parent e3f2800 commit 3ca19c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Vic2ToHoI4/Data_Files/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "0.2M-prerelease"
version = "0.2M"
name = "Mussolini"
descriptionLine = "compatible with 1.9.3"
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ test_script:
(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: Vic2ToHoI4-0.2Mussolini-prerelease
name: Vic2ToHoI4-0.2Mussolini
deploy:
- provider: GitHub
release: windows_development_build
release: 0.2Mussolini
description: The most recent build of the development version
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: ParadoxGameConverters/Vic2ToHoI4
artifact: Vic2ToHoI4-0.2Mussolini-prerelease
artifact: Vic2ToHoI4-0.2Mussolini
prerelease: true
force_update: true

0 comments on commit 3ca19c1

Please sign in to comment.