From 1d5ecf8cbc6cd9e2359042a325ce433855722b04 Mon Sep 17 00:00:00 2001 From: mohithsrao Date: Sat, 26 Dec 2020 22:59:53 +0530 Subject: [PATCH] Fixed syntax (#30) * Made Pawns visible while selecting The pawns were geting hidden behind other sprites previousely. I have updated the z-index of all the pawns belonging to the selcted player so that they are drawn above other sprites during selection of pawn for movement. After the movement is complete the z-index is reset back to 0 so that teh next player pawns can be drawn in front * Update main.yml * Corrected Syntax * Corrected syntax * Used default build task * Updated directory for build task * Updated build and added release task * Updated build actions * Cahnged release notes generation * formated the tag as required * made formating into saparate step * corrected run task * Updated set variable for output * corrected variable * Added params for getting additional change logs * Corrected syntax * Included html files to build * saparated build and release jobs * Corrected artifacts for release * Updated release artifacts paths * corrected yml syntax * corrected artifact name * Added zip files * removed extra path folder * changed the artifacts to tar's instead of direct files * corrected path for upload * corrected tar path * corrected tar path * removed unnecessary path for tar file * corrected artifact name while uploading. * asset path correction * Updated main release with updated changes * Updated Build path * Updated path for build * updated export preset names * changed base directory * Removed change directory * fixed syntax --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 731ee7d..4d80473 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,6 @@ jobs: - name: Windows Build run: | mkdir -v -p build/windows/$EXPORT_NAME - # cd build/windows/$EXPORT_NAME godot -v --export "ChoukaBara-Windows" ../build/windows/$EXPORT_NAME.exe - name: Upload Artifact uses: actions/upload-artifact@v1 @@ -67,7 +66,6 @@ jobs: - name: Web Build run: | mkdir -v -p build/web/$EXPORT_NAME - # cd build/web/$EXPORT_NAME godot -v --export "ChoukaBara-HTML5" ../build/web/index.html - name: Upload Artifact uses: actions/upload-artifact@v1