Skip to content

Commit

Permalink
Fronter update (#149) #patch
Browse files Browse the repository at this point in the history
* Update Fronter

* Update Copy_Files.sh

* Update appveyor.yml
  • Loading branch information
IhateTrains authored Mar 7, 2021
1 parent 4987940 commit 10ac7fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Fronter
2 changes: 1 addition & 1 deletion ImperatorToCK3/Copy_Files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cp -r "Data_Files/configurables" "Release-Linux/"
rm -rf "Release-Linux/blankMod"
cp -r "Data_Files/blankMod" "Release-Linux/"

git rev-parse HEAD > ..\Release\commit_id.txt
git rev-parse HEAD > '..\Release\commit_id.txt'
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ test_script:
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: ImperatorToCK3
name: ImperatorToCK3-$(APPVEYOR_REPO_TAG_NAME)
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
description: Stable release
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: ParadoxGameConverters/ImperatorToCK3
artifact: ImperatorToCK3
artifact: ImperatorToCK3-$(APPVEYOR_REPO_TAG_NAME)
prerelease: false
force_update: true

0 comments on commit 10ac7fe

Please sign in to comment.