From 10ac7fe9ff3b50b00a59ef6067f68b9c0a9ba7b2 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Sun, 7 Mar 2021 02:17:02 +0100 Subject: [PATCH] Fronter update (#149) #patch * Update Fronter * Update Copy_Files.sh * Update appveyor.yml --- Fronter | 2 +- ImperatorToCK3/Copy_Files.sh | 2 +- appveyor.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Fronter b/Fronter index 1703690b7..8d82cc0ca 160000 --- a/Fronter +++ b/Fronter @@ -1 +1 @@ -Subproject commit 1703690b794f5b15a002db818e6df782cda2c09d +Subproject commit 8d82cc0ca634a21e37c96ac252c171fd408e11c3 diff --git a/ImperatorToCK3/Copy_Files.sh b/ImperatorToCK3/Copy_Files.sh index e0eb27802..59e3666e1 100644 --- a/ImperatorToCK3/Copy_Files.sh +++ b/ImperatorToCK3/Copy_Files.sh @@ -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 \ No newline at end of file +git rev-parse HEAD > '..\Release\commit_id.txt' \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index ffde94e8b..0e0098728 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ 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) @@ -25,6 +25,6 @@ deploy: auth_token: secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ repository: ParadoxGameConverters/ImperatorToCK3 - artifact: ImperatorToCK3 + artifact: ImperatorToCK3-$(APPVEYOR_REPO_TAG_NAME) prerelease: false force_update: true \ No newline at end of file